NEW 220039
Unable to log to console from Audio Worklet processor
https://bugs.webkit.org/show_bug.cgi?id=220039
Summary Unable to log to console from Audio Worklet processor
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.