Hi! Thanks a lot for your work! I stumbled onto your repo from jsdom/jsdom#2983.
I too am building a library for server-side rendering web components using JSDOM.
I don't want to set global variables for fear of leaking state between renders. I was wondering if you could provide an API where I can call a function, passing in window, to apply the polyfill.
Thanks Again!
Hi! Thanks a lot for your work! I stumbled onto your repo from jsdom/jsdom#2983.
I too am building a library for server-side rendering web components using JSDOM.
I don't want to set global variables for fear of leaking state between renders. I was wondering if you could provide an API where I can call a function, passing in
window, to apply the polyfill.Thanks Again!