mirror of https://github.com/gorhill/uBlock.git
Fix broken `suspendTabsUntilReady` for Chromium-based browsers
Related feedback: -a0a9497b4a (commitcomment-62560291)
Regression from following commit: -80b758e18d
This commit is contained in:
parent
57e660e39b
commit
869c06d4ee
|
@ -286,7 +286,7 @@ const onHiddenSettingsReady = async function() {
|
|||
if ( µb.hiddenSettings.suspendTabsUntilReady === 'no' ) {
|
||||
vAPI.net.unsuspend(true);
|
||||
} else if ( µb.hiddenSettings.suspendTabsUntilReady === 'yes' ) {
|
||||
vAPI.net.suspend();
|
||||
vAPI.net.suspend(true);
|
||||
}
|
||||
|
||||
// Maybe disable WebAssembly
|
||||
|
|
Loading…
Reference in New Issue