mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 20:29:11 +00:00
refactor: worker is no longer a resource (#3290)
This commit is contained in:
parent
d586f119fa
commit
335e8bd33c
7 changed files with 153 additions and 142 deletions
2
cli/js/lib.deno_runtime.d.ts
vendored
2
cli/js/lib.deno_runtime.d.ts
vendored
|
@ -2647,7 +2647,7 @@ declare namespace workers {
|
|||
noDenoNamespace?: boolean;
|
||||
}
|
||||
export class WorkerImpl implements Worker {
|
||||
private readonly rid;
|
||||
private readonly id;
|
||||
private isClosing;
|
||||
private readonly isClosedPromise;
|
||||
onerror?: () => void;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue