transcend-io / penumbra

Encrypt/decrypt anything in the browser using streams on background threads.
https://penumbra-example.vercel.app/
Apache License 2.0
145 stars 19 forks source link

This could potentially be causing issues in Safari #169

Closed eligrey closed 4 years ago

eligrey commented 4 years ago

Fixing some code that could potentially be causing issues in Safari

codecov[bot] commented 4 years ago

Codecov Report

Merging #169 into master will increase coverage by 0.24%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #169      +/-   ##
==========================================
+ Coverage   66.74%   66.98%   +0.24%     
==========================================
  Files          34       34              
  Lines         827      827              
  Branches      137      137              
==========================================
+ Hits          552      554       +2     
+ Misses        193      192       -1     
+ Partials       82       81       -1     
Impacted Files Coverage Δ
src/API.ts 69.13% <ø> (ø)
src/zip.ts 67.13% <0.00%> (-0.70%) :arrow_down:
src/tests/api.test.ts 85.96% <0.00%> (+1.75%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 10eb3eb...9b503c6. Read the comment docs.