paramName
( optional Type array of paramType )
Undocumented.
Description of this parameter from the json schema.

API reference: chrome.devtools

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

paramName
( 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) {...});