You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
This was discovered because this behaviour was breaking Plunker's preview by overriding window.name to alert. Down the rabbit hole we go and find ourselves here.
The
browser.tsfile (https://github.com/angular/zone.js/blob/master/lib/browser/browser.ts) is not being bundled inside any closure, resulting in all of its top-level functions and variables becoming globals.This was discovered because this behaviour was breaking Plunker's preview by overriding
window.nametoalert. Down the rabbit hole we go and find ourselves here.