Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Lock

Available only in secure contexts.

interface Lock {
readonly mode: LockMode;
readonly name: string;
}
var Lock: {
prototype: Lock;
new (): Lock;
}
;

§Properties

§
readonly mode: LockMode
[src]
§
readonly name: string
[src]