Commit Graph

47 Commits

Author SHA1 Message Date
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
Eli Grey 0d04b64b89 Merge pull request #5 from lifof/master
A little fix for Safari
2013-03-17 16:15:29 -07:00
Lifof 1afa1b5cef Fix for Safari 2013-03-17 22:26:20 +00:00
Eli Grey 22b347f7ea Workaround for github/github-flavored-markdown#98 2013-02-13 16:06:45 -05:00
Eli Grey 8840b82e38 Fixed check for native Blob() support 2013-01-23 19:48:05 -05:00
Devin Samarin 0629aa7908 Create shim for new Blob API 2013-01-14 11:46:22 -08:00
Eli Grey 78394a43cb Fixed case issues; closes #4 2013-01-10 21:58:18 -05:00
Eli Grey 5e4b401778 Closes #2 2012-04-21 15:49:01 -03:00
Eli Grey 9072387041 The Firefox problem that I perceived was just an async loading bug with the other libs. 2011-08-02 08:38:24 -04:00
Eli Grey b87548dd82 Added tracking image to readme. 2011-07-31 22:56:57 -04:00
Eli Grey 5a68bbfae2 Initial commit 2011-07-14 23:26:51 -04:00