Bug 273195 - [WebGPU] WebGPU spec updated to support SharedWorkers and ServiceWorkers from only DedicatedWorkers
Summary: [WebGPU] WebGPU spec updated to support SharedWorkers and ServiceWorkers from...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGPU (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mike Wyrzykowski
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2024-04-24 09:15 PDT by Mike Wyrzykowski
Modified: 2024-06-13 12:16 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Wyrzykowski 2024-04-24 09:15:00 PDT
[WebGPU] Spec was recently updated to support SharedWorkers as well

I think:
  Exposed=(Window,DedicatedWorker), 
should be:
  Exposed=(Window,Worker)
Comment 1 Radar WebKit Bug Importer 2024-04-24 09:15:24 PDT
<rdar://problem/126990546>
Comment 2 Mike Wyrzykowski 2024-04-25 16:59:00 PDT
Pull request: https://github.com/WebKit/WebKit/pull/27778
Comment 3 EWS 2024-06-13 12:15:58 PDT
Committed 279984@main (da1878500441): <https://commits.webkit.org/279984@main>

Reviewed commits have been landed. Closing PR #27778 and removing active labels.