Bug 220039
| Summary: | Unable to log to console from Audio Worklet processor | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Richard Newman <rnewman> |
| Component: | Web Inspector | Assignee: | 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
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Richard Newman
Tested in Safari Technology Preview (117, WebKit 15611.1.7.2).
Radar WebKit Bug Importer
<rdar://problem/72596373>