mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
In sandboxed renderers we use browserify to provide a node-like environment. The Buffer class used by browserify is actually just a wrapper around Uint8Array, but to deserialize Buffer correctly we must expose the class as a hidden value and use it in V8ValueConverter.