mirror of
https://github.com/denoland/deno.git
synced 2025-08-03 02:22:40 +00:00
Add Event web API (#1059)
This commit is contained in:
parent
ad01085406
commit
f44322128b
9 changed files with 504 additions and 35 deletions
|
@ -10,6 +10,8 @@ import "./compiler_test.ts";
|
|||
import "./console_test.ts";
|
||||
import "./copy_file_test.ts";
|
||||
import "./dir_test.ts";
|
||||
import "./event_test.ts";
|
||||
import "./event_target_test.ts";
|
||||
import "./fetch_test.ts";
|
||||
// TODO The global "File" has been temporarily disabled. See the note in
|
||||
// js/globals.ts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue