You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah it'd be nice, or at least somehow expose the _attributes symbol so users are able to override properties from the event despite them being readonly
Version: Deno 1.42.4
Currently any
Event.timeStamp
is always set to 0deno/ext/web/02_event.js
Line 156 in 472a370
It should be set to
performance.now()
or similar to match more closely what is expectedMotivation
Make possible to test cases that requires this property to be non-zero:
The above is not possible currently, because
timeStamp
property is readonlyThe text was updated successfully, but these errors were encountered: