Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 915 Bytes

heapSnapshotFile.md

File metadata and controls

25 lines (15 loc) · 915 Bytes

Table of Contents

HeapSnapshotFile

Extends Actor

The HeapSnapshotFileActor handles transferring heap snapshot files from the server to the client. This has to be a global actor in the parent process because child processes are sandboxed and do not have access to the file system.

getHeapSnapshot

transfer heap snapshot

Parameters

  • snapshotId String id of heap snapshot file

Returns Promise<Object> request response