OLD | NEW |
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 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 | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 [ | 5 [ |
6 { | 6 { |
7 "namespace": "webRequestInternal", | 7 "namespace": "webRequestInternal", |
8 "nodoc": true, | 8 "description": "none", |
9 "functions": [ | 9 "functions": [ |
10 { | 10 { |
11 "name": "addEventListener", | 11 "name": "addEventListener", |
12 "type": "function", | 12 "type": "function", |
13 "description": "Used internally to implement the special form of addList
ener for the webRequest events.", | 13 "description": "Used internally to implement the special form of addList
ener for the webRequest events.", |
14 "parameters": [ | 14 "parameters": [ |
15 {"type": "function", "name": "callback"}, | 15 {"type": "function", "name": "callback"}, |
16 { | 16 { |
17 "$ref": "webRequest.RequestFilter", | 17 "$ref": "webRequest.RequestFilter", |
18 "name": "filter", | 18 "name": "filter", |
(...skipping 25 matching lines...) Expand all Loading... |
44 { | 44 { |
45 "$ref": "webRequest.BlockingResponse", | 45 "$ref": "webRequest.BlockingResponse", |
46 "optional": true, | 46 "optional": true, |
47 "name": "response" | 47 "name": "response" |
48 } | 48 } |
49 ] | 49 ] |
50 } | 50 } |
51 ] | 51 ] |
52 } | 52 } |
53 ] | 53 ] |
OLD | NEW |