I'm trying to create an extension that uses the WebAudio api. My app works when in a separate web page, but when I try to run it as an extension, I get this error:
Uncaught SecurityError: Failed to read the 'serviceWorker' property from 'Navigator': Service worker is disabled because the context is sandboxed and lacks the 'allow-same-origin' flag.
Where/how do I set this 'allow-same-origin' flag? Is there a complete list of all the keys/flags in the manifest that references this?
--
You received this message because you are subscribed to the Google Groups "Chromium Extensions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extens...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/d7343c9b-7d59-48de-b770-178f2607b91en%40chromium.org.