-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Discard documents to reclaim resources #14262
Copy link
Copy link
Closed
Labels
A-constellationInvolves the constellationInvolves the constellationA-content/scriptRelated to the script threadRelated to the script threadI-memory-leakA memory leak has been observed.A memory leak has been observed.
Description
The HTML spec allows documents to be discarded to reclaim resources (https://html.spec.whatwg.org/multipage/#discard-a-document). In particular, documents that aren't active may be discarded (https://html.spec.whatwg.org/multipage/browsers.html#the-session-history-of-browsing-contexts:discard-a-document).
#11893 contains a partial implementation.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-constellationInvolves the constellationInvolves the constellationA-content/scriptRelated to the script threadRelated to the script threadI-memory-leakA memory leak has been observed.A memory leak has been observed.