Has the v8.getHeapSnapshot function been implemented?

When I try to use this function, I get the following error:
error: Error: Not implemented: v8.getHeapSnapshot
at notImplemented (ext:deno_node/_utils.ts:9:9)
at Object.getHeapSnapshot (node:v8:19:3)
...
error: Error: Not implemented: v8.getHeapSnapshot
at notImplemented (ext:deno_node/_utils.ts:9:9)
at Object.getHeapSnapshot (node:v8:19:3)
...
This function is described in the documentation: https://docs.deno.com/api/node/v8/~/getHeapSnapshot
Deno
getHeapSnapshot - v8 - Node documentation
In-depth documentation, guides, and reference materials for building secure, high-performance JavaScript and TypeScript applications with Deno
1 Reply
marvinh.
marvinh.8h ago
Can you file an issue for that https://github.com/denoland/deno/issues ?

Did you find this page helpful?