atom-archive / xray

An experimental next-generation Electron-based text editor
MIT License
8.48k stars 235 forks source link

Don't encode operations as Base64, but use `Uint8Array`s instead #158

Closed as-cii closed 5 years ago

as-cii commented 5 years ago

This pull request skips the extra base64 conversion when returning operations to the JS layer. The returned operations are now returned as Uint8Array instances.

/cc: @nathansobo