Skip to content
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

Merged
merged 17 commits into from
Dec 4, 2023

Conversation

skyclouds2001
Copy link
Contributor

@skyclouds2001 skyclouds2001 commented Nov 2, 2023

Description

Motivation

add missing global crossOriginIsolated crypto queueMicrotask() structuredClone() description to WorkerGlobalScope interface, which are defined via WindowOrWorkerGlobalScope mixin

add event link in Events section of WorkerGlobalScope interface

remove {{non-standard_inline}} of rejectionhandled and unhandledrejection event, see also #30006

also 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

@github-actions github-actions bot added the Content:WebAPI Web API docs label Nov 2, 2023
Copy link
Contributor

github-actions bot commented Nov 2, 2023

Preview URLs

(comment last updated: 2023-12-04 19:18:32)

@skyclouds2001 skyclouds2001 marked this pull request as ready for review November 3, 2023 03:08
@skyclouds2001 skyclouds2001 requested a review from a team as a code owner November 3, 2023 03:08
@skyclouds2001 skyclouds2001 requested review from wbamberg and removed request for a team November 3, 2023 03:08
@skyclouds2001 skyclouds2001 changed the title WorkerGlobalScope update WorkerGlobalScope interface summary Nov 3, 2023
Copy link
Contributor

This pull request has merge conflicts that must be resolved before it can be merged.

Copy link
Contributor

This pull request has merge conflicts that must be resolved before it can be merged.

@github-actions github-actions bot added merge conflicts 🚧 [PR only] and removed merge conflicts 🚧 [PR only] labels Nov 30, 2023
Copy link
Contributor

github-actions bot commented Dec 3, 2023

This pull request has merge conflicts that must be resolved before it can be merged.

@github-actions github-actions bot removed the merge conflicts 🚧 [PR only] label Dec 3, 2023
Copy link
Collaborator

@wbamberg wbamberg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 thank you @skyclouds2001

@wbamberg wbamberg merged commit 8e11488 into mdn:main Dec 4, 2023
7 checks passed
@skyclouds2001 skyclouds2001 deleted the WorkerGlobalScope branch December 5, 2023 03:59
estelle pushed a commit to estelle/content that referenced this pull request Dec 5, 2023
* 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 <[email protected]>
Co-authored-by: wbamberg <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Content:WebAPI Web API docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants