w3c-blob

WebJar for w3c-blob

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

w3c-blob
Last Version

Last Version

0.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

w3c-blob
WebJar for w3c-blob
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/chrisdickinson/w3c-blob

Download w3c-blob

How to add to project

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

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.

w3c-blob

export a node or browserify compatible w3c blob interface. polyfills old versions that rely on BlobBuilder.

var Blob = require('w3c-blob')

var blob = new Blob([parts], {type: 'text/plain'})

api

See MDN's Blob documentation.

license

MIT

Versions

Version
0.0.1