Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@wordpress/blob

Package Overview
Dependencies
Maintainers
9
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wordpress/blob

Blob utilities for WordPress.

  • 2.3.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
12K
decreased by-80.16%
Maintainers
9
Weekly downloads
 
Created
Source

Blob

Blob utilities for WordPress.

Installation

Install the module

npm install @wordpress/blob --save

API

createBlobURL

src/index.js#L15-L21

Create a blob URL from a file.

Parameters

  • file File: The file to create a blob URL for.

Returns

string: The blob URL.

getBlobByURL

src/index.js#L32-L34

Retrieve a file based on a blob URL. The file must have been created by createBlobURL and not removed by revokeBlobURL, otherwise it will return undefined.

Parameters

  • url string: The blob URL.

Returns

?File: The file for the blob URL.

isBlobURL

src/index.js#L56-L61

Check whether a url is a blob url.

Parameters

  • url string: The URL.

Returns

boolean: Is the url a blob url?

revokeBlobURL

src/index.js#L41-L47

Remove the resource and file cache from memory.

Parameters

  • url string: The blob URL.



Code is Poetry.

Keywords

FAQs

Package last updated on 20 Mar 2019

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