Fixes https://github.com/microsoft/playwright/issues/19926
Bogus `importScripts()` sometimes makes `unregister()` hang for long time. We detect this case and not await it. Fixes #19789.