Closed
Description
I am bit afraid about the fallback to setTimeout
. This would cause serious performance issues. In most cases postMessage
should be there in browsers and we have setImmediate in nodejs. But if not, i might decide to fallback to the unfair promise queue or throw an exception depending an the use-case.
Should we make this configurable or will it "never" happen? :)
Metadata
Metadata
Assignees
Labels
No labels