Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/api/v8.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ changes:
Returns statistics about the V8 heap spaces, i.e. the segments which make up
the V8 heap. Neither the ordering of heap spaces, nor the availability of a
heap space can be guaranteed as the statistics are provided via the V8
[`GetHeapSpaceStatistics`][] function and may change from one V8 version to the
[`GetHeapSpaceStatistics`](https://v8docs.nodesource.com/node-8.11/d2/d03/classv8_1_1_heap_space_statistics.html) function and may change from one V8 version to the
next.

The value returned is an array of objects containing the following properties:
Expand Down