MessageChannel.js
MessageChannel.js copied to clipboard
Support `MessageChannel._usePoly` rather than flipping a hardcoded flag
This will make the tests nicer too; we can always use poly in tests.
if( !root.MessageChannel || root.MessageChannel._usePoly)
btw why do we create self = this when we pass in the global object as root?
cc @Cyril-sf