MessageChannel.js icon indicating copy to clipboard operation
MessageChannel.js copied to clipboard

Support `MessageChannel._usePoly` rather than flipping a hardcoded flag

Open hjdivad opened this issue 12 years ago • 2 comments

This will make the tests nicer too; we can always use poly in tests.

if( !root.MessageChannel || root.MessageChannel._usePoly)

hjdivad avatar May 16 '13 18:05 hjdivad

btw why do we create self = this when we pass in the global object as root?

hjdivad avatar May 16 '13 18:05 hjdivad

cc @Cyril-sf

hjdivad avatar May 16 '13 18:05 hjdivad