mirror of
https://github.com/denoland/deno.git
synced 2025-08-31 07:47:46 +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
|
@ -29,6 +29,7 @@
|
|||
makeTempDir: __bootstrap.fs.makeTempDir,
|
||||
makeTempFileSync: __bootstrap.fs.makeTempFileSync,
|
||||
makeTempFile: __bootstrap.fs.makeTempFile,
|
||||
memoryUsage: core.memoryUsage,
|
||||
mkdirSync: __bootstrap.fs.mkdirSync,
|
||||
mkdir: __bootstrap.fs.mkdir,
|
||||
chdir: __bootstrap.fs.chdir,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue