You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

blob-polyfill

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blob-polyfill

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


Version published
Weekly downloads
93K
decreased by-17.63%
Maintainers
1
Created
Weekly downloads
 

Changelog

Source

v9.0.20240710

  • [Blob.js] Use exported FileReader (@luke-stead-sonocent)
  • [test] Test is now a module (@bjornstar)
  • [README.md] Add badge for master branch build status (@bjornstar)
  • [package.json] Update devDependencies: @sindresorhus/is, eslint, & mocha (@bjornstar)
  • [bower.json] Match current version (@bjornstar)
  • [.eslintrc.js] Change to eslint.config.mjs for eslint@9 (@bjornstar)

Readme

Source

Blob Polyfill

npm npm build status

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

Keywords

FAQs

Package last updated on 10 Jul 2024

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc