Socket
Socket
Sign inDemoInstall

cordova-plugin-blob-constructor-polyfill

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-blob-constructor-polyfill

A Cordova plugin which provides Blob() constructor syntax for versions of Android which do not support it.


Version published
Maintainers
1
Created
Source

blob-constructor

A Cordova plugin which provides Blob() constructor syntax for versions of Android which do not support it.

Overview

This plugin adds support for a the Blob() constructor syntax, which should be preferred in Chrome apps over the BlobBuilder interface. (See http://updates.html5rocks.com/2012/06/Don-t-Build-Blobs-Construct-Them)

Usage

var blob = new Blob(['Today is a good day'], {type: 'text/x-optimistic'});

Release Notes

1.0.2 (April 30, 2015)

  • Renamed plugin to pubilsh to NPM

1.0.1 (October 21, 2014)

  • Documentation updates.

Keywords

FAQs

Package last updated on 30 Apr 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc