v1.1.1
Fixed
-
Fixed an illegal invocation when using the default implementation of the
setTimeoutandclearTimeoutfunctions.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 beglobalThis.