Skip to content

Commit

Permalink
web: Add note about Event.timeStamp being 0 (denoland#718)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomieju authored Aug 20, 2023
1 parent 4138892 commit 52019eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/web_platform_apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ You can find documentation about this API on
- Events do not bubble, because Deno does not have a DOM hierarchy, so there is
no tree for Events to bubble/capture through.
- `timeStamp` property is always set to `0`.
---
Expand Down

0 comments on commit 52019eb

Please sign in to comment.