-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Determine if a Document is active #14876
Copy link
Copy link
Closed
Labels
A-constellationInvolves the constellationInvolves the constellationA-content/scriptRelated to the script threadRelated to the script thread
Description
(After #14559 merges)
We currently can only check if a document is fully active; however, there are places in the spec that require us to check if the document is just active (example: https://html.spec.whatwg.org/multipage/webappapis.html#dom-document-write step 3 whatwg/html#2216). We need to implement a flag to keep track of this.
cc @asajeffrey
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-constellationInvolves the constellationInvolves the constellationA-content/scriptRelated to the script threadRelated to the script thread