mirror of
https://github.com/electron/electron.git
synced 2026-02-05 12:45:06 -05:00
The underlying V8::String is represented in UTF18, by using string16 in IPC messages we can avoid the overhead of encode conversion.
The underlying V8::String is represented in UTF18, by using string16 in IPC messages we can avoid the overhead of encode conversion.