<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>220039</bug_id>
          
          <creation_ts>2020-12-19 09:58:43 -0800</creation_ts>
          <short_desc>Unable to log to console from Audio Worklet processor</short_desc>
          <delta_ts>2022-05-01 14:51:51 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Web Inspector</component>
          <version>Safari Technology Preview</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          <see_also>https://bugs.webkit.org/show_bug.cgi?id=217724</see_also>
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Richard Newman">rnewman</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>bburg</cc>
    
    <cc>cdumez</cc>
    
    <cc>ian</cc>
    
    <cc>inspector-bugzilla-changes</cc>
    
    <cc>smoley</cc>
    
    <cc>webkit-bug-importer</cc>
    
    <cc>webkit-unassigned</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1715907</commentid>
    <comment_count>0</comment_count>
    <who name="Richard Newman">rnewman</who>
    <bug_when>2020-12-19 09:58:43 -0800</bug_when>
    <thetext>I tested with a little chunk of code like

```
  console.info(&apos;XXX&apos;);
  this.port.postMessage({ message: &apos;yo&apos; });
```

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&apos;s Audio Worklet is not out-of-the-box at parity with major browsers (see e.g., Bug 220038).</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1715908</commentid>
    <comment_count>1</comment_count>
    <who name="Richard Newman">rnewman</who>
    <bug_when>2020-12-19 10:00:13 -0800</bug_when>
    <thetext>Tested in Safari Technology Preview (117, WebKit 15611.1.7.2).</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1716312</commentid>
    <comment_count>2</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2020-12-22 12:24:04 -0800</bug_when>
    <thetext>&lt;rdar://problem/72596373&gt;</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>