diff options
Diffstat (limited to 'js/gif-encode/blobify-postlude.js')
| -rw-r--r-- | js/gif-encode/blobify-postlude.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/js/gif-encode/blobify-postlude.js b/js/gif-encode/blobify-postlude.js new file mode 100644 index 0000000..571ace1 --- /dev/null +++ b/js/gif-encode/blobify-postlude.js @@ -0,0 +1,6 @@ +}.toString(), + +')()' ], { type: 'application/javascript' } ) ) + +// var worker = new Worker( blobURL ); +// URL.revokeObjectURL( blobURL ); |
