Description
Getting the following warning with Node.js 20.x:
../node_modules/nan/nan.h:686:39: warning: 'IdleNotificationDeadline' is deprecated: Use MemoryPressureNotification() to influence the GC schedule. [-Wdeprecated-declarations]
return v8::Isolate::GetCurrent()->IdleNotificationDeadline(
...
This method will be deprecated soon.
https://chromium.googlesource.com/v8/v8/+/refs/heads/main/include/v8-isolate.h#1295
Metadata
Metadata
Assignees
Labels
No labels