Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Inspector proxy: Fix "Buffer() is deprecated" warning (facebook#43686)
Summary: Under Node 20, the use of `new Buffer(string)` is deprecated and logs a warning. This replaces it with the recommended `Buffer.from(string)`. Changelog: [General][Fixed] FIx "Buffer() is deprecated" warning from debugger proxy. Reviewed By: huntie Differential Revision: D55472025
- Loading branch information