blob

WebJar for blob

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

blob
Last Version

Last Version

0.0.5
Release Date

Release Date

Type

Type

jar
Description

Description

blob
WebJar for blob
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/webmodules/blob

Download blob

How to add to project

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

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

A cross-browser Blob that falls back to BlobBuilder when appropriate. If neither is available, it exports undefined.

Installation

$ npm install blob

Example

var Blob = require('blob');
var b = new Blob(['hi', 'constructing', 'a', 'blob']);

License

MIT

org.webjars.npm

webmodules

ES6 modules for web usage – on NPM

Versions

Version
0.0.5
0.0.4