Bug 172016 - Add dedicated worker names
Summary: Add dedicated worker names
Status: RESOLVED DUPLICATE of bug 188779
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: Safari Technology Preview
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-05-11 20:59 PDT by Domenic Denicola
Modified: 2018-08-21 00:27 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Domenic Denicola 2017-05-11 20:59:41 PDT
Based on a WebKit request we added names to dedicated workers in HTML: https://github.com/whatwg/html/pull/2664.

Tests at http://w3c-test.org/workers/name-property.html (and http://w3c-test.org/workers/shared-worker-name-via-options.html for shared workers, although I guess that's not applicable to WebKit).

The actual spec PR was merged a bit prematurely; multiple vendors were on board with the idea, but not everyone got a chance to review the final proposed API shape. So if there are objections please let us know and we can revise the spec or revert it.
Comment 1 Radar WebKit Bug Importer 2017-05-15 11:00:16 PDT
<rdar://problem/32201464>
Comment 2 Domenic Denicola 2017-06-27 13:53:35 PDT
Note that we just changed the spec to make it [Replaceable], to avoid compatibility problem Firefox discovered while implementing. The tests are updated to reflect this minor change.
Comment 3 Yusuke Suzuki 2018-08-21 00:27:59 PDT
Oops, I opened a new bug for this.

*** This bug has been marked as a duplicate of bug 188779 ***