mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 20:29:11 +00:00
fix: expose "Deno.memoryUsage()" in worker context (#13293)
This commit is contained in:
parent
bd53567acf
commit
c487b7ed54
3 changed files with 30 additions and 1 deletions
|
@ -588,7 +588,6 @@ delete Object.prototype.__proto__;
|
|||
[internalSymbol]: internals,
|
||||
resources: core.resources,
|
||||
close: core.close,
|
||||
memoryUsage: core.memoryUsage,
|
||||
...denoNs,
|
||||
};
|
||||
ObjectDefineProperties(finalDenoNs, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue