mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Prior to this change, any inserted `<style>` nodes into shadow dom trees would be retained in memory, even after the shadow dom tree has been removed. This commit fixes the memory leak by tracking the inserted `<style>` nodes per host element, such that removal of the host element also releases the style nodes. Fixes #36655 PR Close #42005 |
||
|---|---|---|
| .. | ||
| browser | ||
| dom | ||
| security | ||
| browser.ts | ||
| platform-browser.externs.js | ||
| platform-browser.ts | ||
| private_export.ts | ||
| version.ts | ||