mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
Make writeSync, readSync, seekSync, openSync, isatty proper synchronous syscalls (#4762)
This commit is contained in:
parent
7cfd094359
commit
fab0204cbf
11 changed files with 350 additions and 196 deletions
1
cli/js/lib.deno.ns.d.ts
vendored
1
cli/js/lib.deno.ns.d.ts
vendored
|
@ -1663,6 +1663,7 @@ declare namespace Deno {
|
|||
UnexpectedEof: ErrorConstructor;
|
||||
BadResource: ErrorConstructor;
|
||||
Http: ErrorConstructor;
|
||||
Busy: ErrorConstructor;
|
||||
};
|
||||
|
||||
/** **UNSTABLE**: potentially want names to overlap more with browser.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue