mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 19:08:15 +00:00
BREAKING(fs): remove Deno.funlock[Sync]()
(#25442)
Towards #22079 --------- Signed-off-by: Asher Gomez <ashersaupingomez@gmail.com>
This commit is contained in:
parent
c73b4a0877
commit
7d95c5c062
10 changed files with 0 additions and 69 deletions
18
cli/tsc/dts/lib.deno.unstable.d.ts
vendored
18
cli/tsc/dts/lib.deno.unstable.d.ts
vendored
|
@ -1130,24 +1130,6 @@ declare namespace Deno {
|
|||
options: UnixListenOptions & { transport: "unixpacket" },
|
||||
): DatagramConn;
|
||||
|
||||
/** **UNSTABLE**: New API, yet to be vetted.
|
||||
*
|
||||
* Release an advisory file-system lock for the provided file.
|
||||
*
|
||||
* @category File System
|
||||
* @experimental
|
||||
*/
|
||||
export function funlock(rid: number): Promise<void>;
|
||||
|
||||
/** **UNSTABLE**: New API, yet to be vetted.
|
||||
*
|
||||
* Release an advisory file-system lock for the provided file synchronously.
|
||||
*
|
||||
* @category File System
|
||||
* @experimental
|
||||
*/
|
||||
export function funlockSync(rid: number): void;
|
||||
|
||||
/** **UNSTABLE**: New API, yet to be vetted.
|
||||
*
|
||||
* Open a new {@linkcode Deno.Kv} connection to persist data.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue