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 Nov 22, 2024. It is now read-only.
The next version of Universal can support/mock any browser global so please list out any of the that are the most important ones for me to make sure you can use it.
It's worth noting there is a best practice way of dealing with 3rd party services that should be considered before falling back to these supported globals
Browser
document
document.querySelector
document.querySelectorAll
document.cookie
XMLHttpRequest
fetch
localStorage
navigator
history
location
navigator
localStorage
sessionStorage
window (please list out which properties you're using on window and how you use it)
The reason for this is to allow faster adoption of Universal JavaScript with components that the developer may or may not have control over
Please leave a comment of a browser global that you use (if window make sure to include some of the properties or functions used) and what you're using it for to make it in the next release
update:
added research list
added polymer
nschipperbrainsmith, hongbo-miao, buu700, mmgyce, CharlBest and 11 more