Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v8: replace Buffer with FastBuffer in deserialize
Replace the Buffer constructor with a FastBuffer in v8.deserialize in order to avoid calling the Buffer constructor and thus triggering a deprecation warning from code inside the core. Fixes: nodejs#21181
- Loading branch information