Open
Bug 1458445
Opened 7 years ago
Updated 2 years ago
Consider specific AudioWorkletNode DevTools support
Categories
(DevTools :: Debugger, enhancement, P5)
DevTools
Debugger
Tracking
(firefox61 affected)
NEW
Tracking | Status | |
---|---|---|
firefox61 | --- | affected |
People
(Reporter: karlt, Unassigned)
References
(Blocks 1 open bug, )
Details
Bug 1062849 tracks implementing AudioWorklet.
This is the dev tools bug requested
https://wiki.mozilla.org/ExposureGuidelines#Intent_to_implement
This is a general node and so may not require any additional support beyond
what is already provided for other AudioNodes.
WRT Chrome, I don't see any mention of worklet at
https://github.com/google/audion/search?utf8=%E2%9C%93&q=worklet&type=
What is different for this node, however, is that this node triggers running
of a script on an AudioWorklet thread. Developers may benefit if existing
script debugging tools are available for AudioWorkletGlobalScope.
Comment 1•7 years ago
|
||
If I'm understanding this correctly, this is a request for the debugger tool to be able to debug scripts that run inside an audio worklet. So I'm moving this to the debugger.
The WebAudio tool probably doesn't need any changes.
Also, pinging Ryan who is working at the moment on multi-target debugging. This would be one more potential target to know how to connect to.
Severity: normal → enhancement
Component: Developer Tools → Developer Tools: Debugger
Flags: needinfo?(jryans)
Thanks, I have added this to our multi-target notes.
Flags: needinfo?(jryans)
Updated•6 years ago
|
Product: Firefox → DevTools
Updated•6 years ago
|
Blocks: dbg-inspect
Priority: -- → P5
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•