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

@wordpress/blob

Package Overview
Dependencies
Maintainers
16
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.12.2-next.53e2173694.0
  • Source
  • npm
  • Socket score

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

Blob

Blob utilities for WordPress.

Installation

Install the module

npm install @wordpress/blob --save

API

# createBlobURL

Create a blob URL from a file.

Parameters

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

Returns

  • string: The blob URL.

# getBlobByURL

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|undefined: The file for the blob URL.

# getBlobTypeByURL

Retrieve a blob type based on 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

  • string|undefined: The blob type.

# isBlobURL

Check whether a url is a blob url.

Parameters

  • url string: The URL.

Returns

  • boolean: Is the url a blob url?

# revokeBlobURL

Remove the resource and file cache from memory.

Parameters

  • url string: The blob URL.



Code is Poetry.

Keywords

FAQs

Package last updated on 11 Mar 2021

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