Commit Graph

60 Commits

Author SHA1 Message Date
Eli Grey 3fab282e66 Merge pull request #59 from jimmywarting/master
Major rewrite
2018-08-09 20:46:51 -07:00
Jimmy Wärting 46153363c6 removed one line that was for testing 2018-08-09 00:38:03 +02:00
Jimmy Wärting 1f1ad1bf23 Update Blob.js 2018-08-09 00:12:27 +02:00
Eli Grey 3eca1d01c8 Remove global variable 2018-01-12 05:07:27 -08:00
Eli Grey d91a2a233a Merge pull request #56 from arasabbasi/patch-1
fix rollup error
2018-01-12 04:46:51 -08:00
Aras Abbasi a501740f9d Update Blob.js 2018-01-12 13:45:32 +01:00
Aras Abbasi 6b0a8a55fb Update Blob.js 2018-01-12 13:16:18 +01:00
Aras Abbasi 8dc8359cc9 Update Blob.js 2018-01-12 13:13:49 +01:00
Aras Abbasi 8e2671b077 Update Blob.js 2018-01-12 09:37:16 +01:00
Aras Abbasi 5bacda3143 change as requested 2018-01-12 09:34:13 +01:00
Aras Abbasi 0b26b5b08c fix rollup error 2018-01-11 13:52:16 +01:00
Eli Grey 079824b6c1 Fix #48 2016-03-28 18:54:10 -04:00
Eli Grey 0cef274641 License clarification 2015-10-15 13:57:15 -04:00
Eli Grey b0141af46b Merge pull request #37 from peerlibrary/phantomjs
Changes needed for making it work on PhantomJS
2015-03-20 19:37:37 -04:00
Mitar 7a2a107183 Changes needed for making it work on PhantomJS. 2014-09-20 15:56:15 -07:00
Eli Grey 2bca2cc205 Fix attribution to Devin Samarin 2014-09-08 17:17:20 -04:00
Eli Grey 6b0fac47cc Merge pull request #35 from collinanderson/whitespace
clean whitespace
2014-09-08 17:16:48 -04:00
Collin Anderson 8b9e3c6a30 clean whitespace 2014-09-08 16:16:58 -04:00
Eli Grey a262d58641 Polyfill new URL(...) 2014-07-24 16:52:18 -04:00
Eli Grey d71ed7802c Fix #31 2014-07-01 21:34:21 -04:00
Eli Grey dc70deb870 Update version 2014-05-31 20:59:59 -04:00
Eli Grey d54b3c06a7 Make blob unusable after closing 2014-05-31 20:59:44 -04:00
Eli Grey 5147047a85 Full license link 2014-05-27 19:06:48 -04:00
Eli Grey 55803bc7d8 Removed redundant info 2014-05-27 15:06:08 -04:00
Eli Grey 678d7d8f37 Update license year 2014-05-27 15:05:41 -04:00
Eli Grey 09b755c1ac Removing all official cdn/package manager support
You are still free to upload new versions to your preferred cdn or
package manager, as this library is open source.
2014-05-27 15:05:00 -04:00
Eli Grey b383e14a92 Removed MSBlobBuilder
IE skipped BlobBuilder and went straight to Blob
2014-05-27 14:51:45 -04:00
Eli Grey a2211f1c89 Fixes #19, #29, and eligrey/FileSaver.js#12 2014-05-27 14:45:45 -04:00
Eli Grey 0c3886e476 Merge pull request #28 from diegocr/master
Better Blob assignment from view parameter.
2014-05-26 17:29:43 -04:00
Diego Casorran ea23ec7414 Better Blob assignment from view parameter. 2014-05-25 23:19:25 +02:00
Eli Grey 47854d3893 Merge pull request #27 from udondan/master
Defining Blob as prop of self instead of window
2014-05-19 00:30:02 -04:00
udondan 919b43fa75 Defining Blob as prop of self instead of window 2014-05-19 05:38:56 +02:00
Eli Grey ca2edf4287 Merge pull request #26 from udondan/master
Fixed feature detection in Webkit and global decl.
2014-05-18 14:22:43 -04:00
udondan 4c4ca81761 Fixed feature detection in Webkit and global decl.
Fixed #22 and #24 and changed Blob declaration to method of window
object (=global), which makes it work in Meteor environment.

Tested on:

OS X:
 - Opera 11.62
 - Opera 21.0
 - Safari 7.0.3
 - Chrome 35.0
 - Firefox 3.6
 - Firefox 10.0.4
 - Firefox 29.0.1

iOS 7:
 - Safari
 - Opera mini 7.0.5
 - Opera Coast 3.0.1
 - Chrome 30.04

Windows 7:
 - Safari 5.1.7
 - IE 9
2014-05-18 13:52:14 +02:00
Eli Grey ae8dda658a Update Blob readme link to MDN 2014-03-06 18:39:34 -05:00
Eli Grey 4d085bb2e5 Update release date 2013-12-27 15:25:41 -05:00
Eli Grey 0a8d4ce024 Fixes #13 2013-12-27 15:04:22 -05:00
Eli Grey fedc2b1401 Merge pull request #17 from chris-rock/master
add bower manifest
2013-12-06 23:37:28 -08:00
Christoph Hartmann eaeb6fd152 add bower manifest 2013-12-05 12:17:36 +01:00
Eli Grey b5453eee55 Use double quotes instead of single quotes #11 2013-08-28 01:17:30 -04:00
Eli Grey f4d3e25fde Merge pull request #11 from LiuJi-Jim/master
fix detect bug in iOS
2013-08-27 22:17:02 -07:00
Liu Ji dfdf4ec3af fix detect bug in iOS
iOS returns 'typeof Blob' as 'object' instead of 'function', tested on
iOS 6.
2013-08-28 10:48:18 +08:00
Eli Grey f291ea02ed Removing BlobBuilder minified code, fixes #10 2013-08-23 13:48:48 -04:00
Eli Grey 9f0a8fb1aa Removing BlobBuilder 2013-08-23 13:48:31 -04:00
Eli Grey 504b2a26d6 Workaround for #6
Also removing can_apply_typed_arrays stuff since the workaround makes it unused
2013-07-30 11:09:29 -04:00
Eli Grey 107c648d6f Fixes #9 2013-07-23 18:45:19 -04:00
Eli Grey 7246d68f23 Updating date 2013-06-21 15:44:21 -03:00
Eli Grey 6f36e8aab6 Fixes eligrey/FileSaver.js/#12 2013-06-21 11:10:48 -03:00
Eli Grey 1994f1af9d Merge pull request #7 from tyrasd/patch-1
rewrite Blob when URL object is not present
2013-04-29 11:02:43 -07:00
Martin Raifer 34d22337b3 rewrite Blob when URL object is not present
Opera 12.10 supports Blob, but [doesn't support URL.createObjectURL](http://www.opera.com/docs/specs/presto2.12/apis/#file). As BlobBuilder.js has its own URL.createObjectURL, it cannot work properly when the blob is not a "FakeBlob" (and URL is undefined).

This fixes https://github.com/eligrey/FileSaver.js/issues/10 for example.
2013-04-29 18:17:06 +03:00