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
/
op_crates
/
web
/
01_event.js
Age
Commit message (
Collapse
)
Author
2021-02-13
fix: webidl utils and align `Event` to spec (#9470)
Luca Casonato
2021-02-09
fix(op_crates): Don't use `Deno.inspect` in op crates (#9332)
Nayeem Rahman
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2021-02-04
chore: use strict mode for internal runtime, core, and op_crates js (#9391)
Developing
2021-01-17
chore: Enforce ban-untagged-todo lint rule (#9135)
Bartek Iwańczuk
2021-01-11
chore: update copyright to 2021 (#9092)
Yusuke Tanaka
2021-01-05
fix: align AbortSignal to spec using WPT (#9007)
Luca Casonato
2020-12-04
feat(op_crates/web) EventTarget signal support (#8616)
Benjamin Gruenbaum
Fixes: https://github.com/denoland/deno/issues/8606
2020-11-10
fix(op_crates/web) make isTrusted not constructable (#8337)
Benjamin Gruenbaum
2020-11-02
test(op_crates/web): add EventTarget tests (#8205)
Benjamin Gruenbaum
2020-10-27
fix(op_crates/web): Expose event properties in console output (#8103)
Ross Weir
Fixes #8073
2020-09-18
refactor: move FileReader to op_crates/web (#7554)
Bartek Iwańczuk
2020-09-05
feat: Implement WebSocket API (#7051)
crowlKats
2020-08-07
Op crate for Web APIs (#6906)
Bartek Iwańczuk
Co-authored-by: Ryan Dahl <ry@tinyclouds.org>