mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
chore(async): add browser-compat declarations (#5730)
This commit is contained in:
parent
11513e0655
commit
55d5524a9b
@ -1,9 +1,6 @@
|
|||||||
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
||||||
// TODO(iuioiua): Add web-compatible declaration once TypeScript 5.5 is released
|
// This module is browser compatible.
|
||||||
// and in the Deno runtime. See https://github.com/microsoft/TypeScript/pull/58211
|
|
||||||
//
|
|
||||||
// Note: this code is still compatible with recent
|
|
||||||
// web browsers. See https://caniuse.com/?search=AbortSignal.any
|
|
||||||
import { abortable } from "./abortable.ts";
|
import { abortable } from "./abortable.ts";
|
||||||
|
|
||||||
/** Options for {@linkcode deadline}. */
|
/** Options for {@linkcode deadline}. */
|
||||||
|
@ -1,9 +1,5 @@
|
|||||||
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
||||||
// TODO(iuioiua): Add web-compatible declaration once TypeScript 5.5 is released
|
// This module is browser compatible.
|
||||||
// and in the Deno runtime. See https://github.com/microsoft/TypeScript/pull/58211
|
|
||||||
//
|
|
||||||
// Note: this code is still compatible with recent
|
|
||||||
// web browsers. See https://caniuse.com/?search=AbortSignal.any
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Provide helpers with asynchronous tasks like {@linkcode delay | delays},
|
* Provide helpers with asynchronous tasks like {@linkcode delay | delays},
|
||||||
|
Loading…
Reference in New Issue
Block a user