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.
I'm trying to run jsdom to run my angular2 test with karma. JsDom tries to set onreadystatechange to null and fails. The problem exist because jsdom doesn't define onreadystatechange using defineProperty() but zones sets the property as readonly in property-descriptor.ts (line 73).