Closed
Description
Since we are now facading APIs regardless of their experimental status or overall adoption, would it make sense for us to facade setImmediate
and clearImmediate
? It is documented on MDN after all.
Although by itself this facade is useless in virtually all browsers, when paired with an npm dependency to the setimmediate polyfill it becomes much more useful. Edit: seems also available as a webjar.
@japgolly wdyt? This would address your use-case in scala-js/scala-js-macrotask-executor#37.