mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
3b86dda068
handler Cancel pending json handler by adopting its <script> element into another document (https://html.spec.whatwg.org/multipage/scripting.html#execute-the-script-block) This way the browser will prevent the script from being parsed and executed. Fixes #34818 PR Close #36807