1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00

No need for async

This commit is contained in:
Raymond Hill 2023-04-13 22:24:49 -04:00
parent 986ea0691d
commit 7347a2148a
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -1111,7 +1111,7 @@ const webRequest = {
vAPI.net.suspend();
}
return async ( ) => {
return ( ) => {
vAPI.net.setSuspendableListener(onBeforeRequest);
vAPI.net.addListener(
'onHeadersReceived',