sockjs-client
sockjs-client copied to clipboard
modifying document.domain no longer supported
Chrome Firefox and Edge have moved to not allow document.domain modification. Example article from chrome: https://developer.chrome.com/blog/immutable-document-domain/
This is currently used in sockjs-client/lib/utils/iframe.js: https://github.com/sockjs/sockjs-client/blob/63b845fa702e86c2141caeaf2c291ff7dc9372e2/lib/utils/iframe.js#L153-L157
This will no longer work
can you send PR, please?