chrome.devtools API reference

Methods

getTabEvents

object chrome.devtools.getTabEvents(, integer tab_id)

EXPERIMENTAL support for timeline API

Parameters

tab_id
( Type array of integer )
Undocumented.
Description of this parameter from the json schema.

Returns

tab_id
( Type array of object )
DevTools tab events object

Callback function

If you specify the callback parameter, it should specify a function that looks like this:

function(Type param1, Type param2) {...});