[Webkit-unassigned] [Bug 220039] New: Unable to log to console from Audio Worklet processor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Dec 19 09:58:43 PST 2020


https://bugs.webkit.org/show_bug.cgi?id=220039

            Bug ID: 220039
           Summary: Unable to log to console from Audio Worklet processor
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Audio
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: rnewman at twinql.com
                CC: cdumez at apple.com, webkit-unassigned at lists.webkit.org

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).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20201219/7006a35d/attachment.htm>


More information about the webkit-unassigned mailing list