-
Notifications
You must be signed in to change notification settings - Fork 22.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update WorkerGlobalScope
interface summary
#29975
Conversation
Preview URLs (comment last updated: 2023-12-04 19:18:32) |
WorkerGlobalScope
interface summary
This pull request has merge conflicts that must be resolved before it can be merged. |
This pull request has merge conflicts that must be resolved before it can be merged. |
This pull request has merge conflicts that must be resolved before it can be merged. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 thank you @skyclouds2001
* style update * style update * add global properties and functions * remove {{non-standard_inline}} for rejection event * using event as domxref * order update * fix property with interface * update SharedWorkerGlobalScope * update ServiceWorkerGlobalScope * DedicatedWorkerGlobalScope * remove inherits methods and properties * format pretty --------- Co-authored-by: Jean-Yves Perrier <jypenator@gmail.com> Co-authored-by: wbamberg <will@bootbonnet.ca>
Description
Motivation
add missing global
crossOriginIsolated
crypto
queueMicrotask()
structuredClone()
description toWorkerGlobalScope
interface, which are defined viaWindowOrWorkerGlobalScope
mixinadd event link in Events section of
WorkerGlobalScope
interfaceremove
{{non-standard_inline}}
ofrejectionhandled
andunhandledrejection
event, see also #30006also update order according to alphabetical order
Additional details
Working on https://developer.mozilla.org/en-US/docs/Web/API/WorkerGlobalScope
Related issues and pull requests
Relates to #29461