react-new-window
react-new-window copied to clipboard
Fix creating new window does not work in Edge
This attempts to resolve issues with Edge and IE. With these changes popup works fine except...
... In Edge copying the styles seems to be very slow. It'll take several seconds to copy the parent styles in Edge while Chrome and Firefox are much faster (perceived, I have not timed it explicitly).
... In IE the styles are not copied over as Array.from is not available in IE. I believe the consumer will need to include a polyfill for this to work correctly.
Hey there! I'm catching up with all pending PRs. I want to manually tests or setup tests for other browser, before merging this.