mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 01:02:08 +01:00
No need for async
This commit is contained in:
parent
986ea0691d
commit
7347a2148a
1 changed files with 1 additions and 1 deletions
|
@ -1111,7 +1111,7 @@ const webRequest = {
|
|||
vAPI.net.suspend();
|
||||
}
|
||||
|
||||
return async ( ) => {
|
||||
return ( ) => {
|
||||
vAPI.net.setSuspendableListener(onBeforeRequest);
|
||||
vAPI.net.addListener(
|
||||
'onHeadersReceived',
|
||||
|
|
Loading…
Reference in a new issue