blob-polyfill

WebJar for blob-polyfill

License

License

MIT
Categories

Categories

Github Development Tools Version Controls
GroupId

GroupId

org.webjars.bower
ArtifactId

ArtifactId

github-com-bjornstar-blob-polyfill
Last Version

Last Version

1.0.20150320
Release Date

Release Date

Type

Type

jar
Description

Description

blob-polyfill
WebJar for blob-polyfill
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/bjornstar/blob-polyfill

Download github-com-bjornstar-blob-polyfill

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.bower/github-com-bjornstar-blob-polyfill/ -->
<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>github-com-bjornstar-blob-polyfill</artifactId>
    <version>1.0.20150320</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/github-com-bjornstar-blob-polyfill/
implementation 'org.webjars.bower:github-com-bjornstar-blob-polyfill:1.0.20150320'
// https://jarcasting.com/artifacts/org.webjars.bower/github-com-bjornstar-blob-polyfill/
implementation ("org.webjars.bower:github-com-bjornstar-blob-polyfill:1.0.20150320")
'org.webjars.bower:github-com-bjornstar-blob-polyfill:jar:1.0.20150320'
<dependency org="org.webjars.bower" name="github-com-bjornstar-blob-polyfill" rev="1.0.20150320">
  <artifact name="github-com-bjornstar-blob-polyfill" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='github-com-bjornstar-blob-polyfill', version='1.0.20150320')
)
libraryDependencies += "org.webjars.bower" % "github-com-bjornstar-blob-polyfill" % "1.0.20150320"
[org.webjars.bower/github-com-bjornstar-blob-polyfill "1.0.20150320"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Blob Polyfill

npm npm

Purpose

Blob Polyfill serves Blob.js over npm.

Blob.js implements the W3C Blob interface in browsers that do not natively support it.

Changelog

Please read the changelog

Installation

To install this library, run:

$ npm install blob-polyfill --save

Usage

CommonJS:

var Blob = require('blob-polyfill').Blob;

AMD

import { Blob } from 'blob-polyfill';

Supported browsers

Blob.js shares the same supported browsers as FileSaver.js.

License

MIT

Tracking image

Versions

Version
1.0.20150320