Total Complexity | 0 |
Complexity/F | 0 |
Lines of Code | 15 |
Function Count | 0 |
Duplicated Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | /* |
||
10 | API.webRequest = { |
||
11 | |||
12 | /** |
||
13 | * Event handlers from now on |
||
14 | */ |
||
15 | onBeforeRequest: API.api.webRequest.onBeforeRequest, |
||
16 | onBeforeSendHeaders: API.api.webRequest.onBeforeSendHeaders, |
||
17 | onSendHeaders: API.api.webRequest.onSendHeaders, |
||
18 | onHeadersReceived: API.api.webRequest.onHeadersReceived, |
||
19 | onAuthRequired: API.api.webRequest.onAuthRequired, |
||
20 | onResponseStarted: API.api.webRequest.onResponseStarted, |
||
21 | onBeforeRedirect: API.api.webRequest.onBeforeRedirect, |
||
22 | onCompleted: API.api.webRequest.onCompleted, |
||
23 | onErrorOccurred: API.api.webRequest.onErrorOccurred |
||
24 | }; |