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 has been archived by the owner on Nov 22, 2024. It is now read-only.
- [ ] bug report <!-- Please search GitHub for a similar issue or PR before submitting -->
- [x] feature request
- [ ] Support request => Please do not submit support request here, instead see https://github.com/angular/universal/blob/master/CONTRIBUTING.md#question
Globals like document and window are available in Domino, but are not patched before app render
Expected behavior?
These globals should be available to applications and libraries during render, via a proxy patch (so that each request gets its own document and window)
Minimal reproduction with instructions
Access document.body in any part of the application
I'm submitting a ...
What modules are related to this Issue?
Current behavior?
Globals like
document
andwindow
are available in Domino, but are not patched before app renderExpected behavior?
These globals should be available to applications and libraries during render, via a proxy patch (so that each request gets its own document and window)
Minimal reproduction with instructions
Access
document.body
in any part of the applicationEnvironment:
@nguniversal versions
The text was updated successfully, but these errors were encountered: