chore(async): add browser-compat declarations (#5730)

This commit is contained in:
Asher Gomez 2024-08-20 13:46:06 +10:00 committed by GitHub
parent 11513e0655
commit 55d5524a9b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 10 deletions

View File

@ -1,9 +1,6 @@
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
// TODO(iuioiua): Add web-compatible declaration once TypeScript 5.5 is released
// 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
// This module is browser compatible.
import { abortable } from "./abortable.ts";
/** Options for {@linkcode deadline}. */

View File

@ -1,9 +1,5 @@
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
// TODO(iuioiua): Add web-compatible declaration once TypeScript 5.5 is released
// 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
// This module is browser compatible.
/**
* Provide helpers with asynchronous tasks like {@linkcode delay | delays},