-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No graph visualization from examples on codepen.io #144
Comments
The iframes on the page probably have a different domain so I think we likely need to expand the extensions permissions. https://developer.chrome.com/docs/extensions/mv3/declare_permissions/ |
The extension manifest is created from a template file https://github.com/GoogleChrome/audion/blob/main/src/build/manifest.json.mustache |
I don't think I thought of this earlier, if it isn't a permission we need to add there may be an additional debugger target for the iframe. The extension attaches to the tab's debugger target. If there is a debugger targets for the iframes too, we may need to additionally attach and enable web audio events for those. |
That sounds like a bit of engineering work then. For now, I can add a short note that the extension doesn't support inspecting iframes. |
Example code locations:
|
Reproduction:
Visit https://codepen.io/Rumyra/pen/qyMzqN/
Actual:
No graph is visualized.
Expected:
A graph should be visualized.
(This is one of Web Audio demos on MDN)
My suspicion is that DT events are not being fired from an embedded frame.
The text was updated successfully, but these errors were encountered: