mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 02:48:24 +00:00
feat: update to TypeScript 4.7 (#14242)
This commit is contained in:
parent
c41544ac7b
commit
7eee521199
30 changed files with 24474 additions and 20858 deletions
2
ext/web/lib.deno_web.d.ts
vendored
2
ext/web/lib.deno_web.d.ts
vendored
|
@ -275,7 +275,7 @@ interface AbortSignal extends EventTarget {
|
|||
/** Returns true if this AbortSignal's AbortController has signaled to abort,
|
||||
* and false otherwise. */
|
||||
readonly aborted: boolean;
|
||||
readonly reason?: unknown;
|
||||
readonly reason: any;
|
||||
onabort: ((this: AbortSignal, ev: Event) => any) | null;
|
||||
addEventListener<K extends keyof AbortSignalEventMap>(
|
||||
type: K,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue