summaryrefslogtreecommitdiff
path: root/op_crates/web/event_test.js
AgeCommit message (Collapse)Author
2021-03-12chore: split web op crate (#9635)Luca Casonato
This commit starts splitting out the deno_web op crate into multiple smaller crates. This commit splits out WebIDL and URL API, but in the future I want to split out each spec into its own crate. That means we will have (in rough order of loading): `webidl`, `dom`, `streams`, `console`, `encoding`, `url`, `file`, `fetch`, `websocket`, and `webgpu` crates.
2021-02-04chore: use strict mode for internal runtime, core, and op_crates js (#9391)Developing
2021-01-11chore: update copyright to 2021 (#9092)Yusuke Tanaka
2020-12-04feat(op_crates/web) EventTarget signal support (#8616)Benjamin Gruenbaum
Fixes: https://github.com/denoland/deno/issues/8606
2020-11-10fix(op_crates/web) make isTrusted not constructable (#8337)Benjamin Gruenbaum
2020-09-04fix: don't expose globalThis.__bootstrap (#7344)Kitson Kelly
2020-08-07Op crate for Web APIs (#6906)Bartek IwaƄczuk
Co-authored-by: Ryan Dahl <ry@tinyclouds.org>