index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
web
/
02_event.js
Age
Commit message (
Expand
)
Author
2023-01-06
perf(ext,runtime): remove using `SafeArrayIterator` from `for-of` (#17255)
Kenta Moriuchi
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-20
chore: Update dlint (#17031)
Kenta Moriuchi
2022-12-01
perf(ext/websocket): skip Events constructor checks (#16365)
Divy Srivastava
2022-10-24
experiment(ext/web): Don't expose event classes during the bootstrap phase (#...
Andreu Botella
2022-09-02
fix(repl): don't terminate on unhandled error events (#15548)
Nayeem Rahman
2022-07-20
Reland "feat: add "unhandledrejection" event support" (#15211)
Bartek Iwańczuk
2022-07-15
Revert "feat: add "unhandledrejection" event support (#12994) (#15080)" (#15210)
Bartek Iwańczuk
2022-07-14
feat: add "unhandledrejection" event support (#12994) (#15080)
Bartek Iwańczuk
2022-07-04
Revert "feat: add "unhandledrejection" event support (#12994)" (#15075)
Bartek Iwańczuk
2022-07-04
feat: add "unhandledrejection" event support (#12994)
Bartek Iwańczuk
2022-06-29
fix(ext/web): remove `ErrorEventInit`'s error default (#14809)
Mark Ladyshau
2022-06-17
fix(ext/web): add EventTarget brand checking (#14637)
Colin Ihrig
2022-05-16
fix(ext/web): throw if listener and signal are null (#14601)
Colin Ihrig
2022-04-19
feat(ext/web): add globalThis.reportError() (#13799)
Nayeem Rahman
2022-04-16
refactor: update runtime code for primordial check x in y (#13642)
Bartek Iwańczuk
2022-04-13
refactor(core/error): Clarify JsError message fields (#14269)
Nayeem Rahman
2022-04-13
feat(ext/web): Add error events for event listener and timer errors (#14159)
Nayeem Rahman
2022-03-14
feat(ext/web): Add `AbortSignal.timeout()` (#13687)
Andreu Botella
2022-02-07
refactor: update runtime code for primordial check for iterators (#13510)
Bartek Iwańczuk
2022-02-01
refactor: primordials for instanceof (#13527)
Bartek Iwańczuk
2022-01-27
Revert "refactor: update runtime code for primordial checks for "instanceof" ...
Bartek Iwańczuk
2022-01-27
refactor: update runtime code for primordial checks for "instanceof" (#13497)
Bartek Iwańczuk
2022-01-18
fix(runtime): don't crash when window is deleted (#13392)
Bartek Iwańczuk
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-10-08
refactor: deduplicate `defineEventHandler` util (#12367)
Andreu Botella
2021-09-29
perf(web/Event): move last class field to constructor (#12265)
Aaron O'Mullan
2021-09-26
perf(web): optimize Event constructor (#12231)
Aaron O'Mullan
2021-09-25
fix(ext/webidl): correctly apply [SymbolToStringTag] to interfaces (#11851)
李瑞丰
2021-09-21
perf(ext/web): optimize EventTarget (#12166)
Aaron O'Mullan
2021-08-11
Rename extensions/ directory to ext/ (#11643)
Ryan Dahl