mirror of
https://github.com/electron/electron.git
synced 2026-01-26 07:48:08 -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.