Skip to content

Releases: Katochimoto/setImmediate

3.0.0

04 Mar 11:56

Choose a tag to compare

  • The modified Assembly using Rollup
  • Special initialization of polyfill

Polifill usage in browser:

<script src="dist/setImmediate.min.js"></script>
<script>
immediate.polifill();
</script>

<script>
window.setImmediate(function () {
  // ...
});
</script>

Project usage:

import immediate from 'setimmediate2';

immediate.setImmediate(() => {
  // ...
})

2.0.2

18 Dec 15:24

Choose a tag to compare

2.0.1

15 Sep 20:25

Choose a tag to compare

the source added to the package

2.0.0

14 Sep 12:38

Choose a tag to compare

  • CommonJS support
  • use of Image polyfil

1.1.4

02 Nov 15:01

Choose a tag to compare

  • fix readme

1.1.3

02 Nov 12:11

Choose a tag to compare

up name bower

1.1.2

02 Nov 11:58

Choose a tag to compare

add bower

1.1.1

02 Nov 11:42

Choose a tag to compare

up version

1.1.0

02 Nov 11:39

Choose a tag to compare

setImmediate, MessageChannel, postMessage broken on Internet Explorer 10