home *** CD-ROM | disk | FTP | other *** search
/ Freelog 115 / FreelogNo115-MaiJuin2013.iso / Internet / AvantBrowser / asetup.exe / _data / webkit / chrome.dll / 0 / BINDATA / 26513 < prev    next >
Encoding:
Text File  |  2013-04-03  |  724 b   |  31 lines

  1. // Copyright (c) 2012 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4.  
  5. [
  6.   {
  7.     "namespace": "devtools",
  8.     "nodoc": "true",
  9.     "types": [],
  10.     "functions": [
  11.       {
  12.         "name": "getTabEvents",
  13.         "type": "function",
  14.         "description": "Experimental support for timeline API",
  15.         "nodoc": "true",
  16.         "parameters": [
  17.           {
  18.             "name": "tab_id",
  19.             "type": "integer"
  20.           }
  21.         ],
  22.         "returns": {
  23.           "type": "object",
  24.           "additionalProperties": { "type": "any" },
  25.           "description": "DevTools tab events object"
  26.         }
  27.       }
  28.     ]
  29.   }
  30. ]
  31.