Bug 220039

Summary: Unable to log to console from Audio Worklet processor
Product: WebKit Reporter: Richard Newman <rnewman>
Component: Web InspectorAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: bburg, cdumez, ian, inspector-bugzilla-changes, smoley, webkit-bug-importer, webkit-unassigned
Priority: P2 Keywords: InRadar
Version: Safari Technology Preview   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=217724

Richard Newman
Reported 2020-12-19 09:58:43 PST
I tested with a little chunk of code like ``` console.info('XXX'); this.port.postMessage({ message: 'yo' }); ``` in an AudioWorklet constructor. The `postMessage` arrives in the page, but the console logging does not appear in the browser console. This works in both Firefox and Chrome. This makes for a pretty aggravating developer experience when Safari's Audio Worklet is not out-of-the-box at parity with major browsers (see e.g., Bug 220038).
Attachments
Richard Newman
Comment 1 2020-12-19 10:00:13 PST
Tested in Safari Technology Preview (117, WebKit 15611.1.7.2).
Radar WebKit Bug Importer
Comment 2 2020-12-22 12:24:04 PST
Note You need to log in before you can comment on or make changes to this bug.