Skip to content

v1.1.1

Choose a tag to compare

@ggoodman ggoodman released this 09 Jun 14:53

Fixed

  • Fixed an illegal invocation when using the default implementation of the setTimeout and clearTimeout functions.

    Previously, these functions were being called with the options object as the receiver instead of globalThis. This change calls these functions in a way that their receivers will be globalThis.