-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: avoid base64-encoding image data (#76)
* feat: avoid base64-encoding image data * fix: use correct mimetype * fix: remove remaining 'b64_encoding_sum' stats * chore: remove unused imports * ci: bump node version * Tiny refactor to put objectURL calls together. * Can do both * Turn websocket on by default * Fix test and add test for websocket use * flake --------- Co-authored-by: Almar Klein <[email protected]>
- Loading branch information
1 parent
269fd87
commit 94bf3e5
Showing
4 changed files
with
81 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters