forked from jimmywarting/StreamSaver.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* WritableStream is not necessary * Update README.md * Compatibility overhaul (jimmywarting#92) * Compatibility overhaul * Use transferable TransformStream regardless of polyfill loaded after StreamSaver.js * Allow setting WritableStream class and check for ponyfill * Allow setting TransformStream class * lock TransformStream * updated the example.html with ponyfill * Use iframes to download * sw.js claim immediately * now using isSecureCotext checking to decide if it should use popup or iframe to install sw.js * Start download on popup for insecure pages not on Firefox * Change ping interval delay on Firefox to 10secs * Tunnel readableStream through MessageChannel Main -> MS -> sw.js closes jimmywarting#94 * Update README.md * Update README.md * Update README.md
- Loading branch information
1 parent
09ba7cb
commit d7733e7
Showing
7 changed files
with
258 additions
and
128 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
Oops, something went wrong.