[Webkit-unassigned] [Bug 211244] New: Web Inspector: Worker: should use the name of the worker if it exists

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 30 11:58:34 PDT 2020


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

            Bug ID: 211244
           Summary: Web Inspector: Worker: should use the name of the
                    worker if it exists
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: drousso at apple.com
                CC: inspector-bugzilla-changes at group.apple.com

test.html
```
let worker = new Worker("worker.js", {name: "My Worker"});
```

worker.js
```
console.log(self.name);
```

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200430/3c0980ce/attachment-0001.htm>


More information about the webkit-unassigned mailing list