[ Index ]

PHP Cross Reference of WordPress

title

Body

[close]

/js/dist/ -> blob.js (summary)

(no description)

File Size: 153 lines (6 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 6 functions

  __webpack_require__()
  getDefault()
  getModuleExports()
  createBlobURL()
  getBlobByURL()
  revokeBlobURL()

Functions
Functions that are not part of a class:

__webpack_require__(moduleId)   X-Ref
No description

getDefault()   X-Ref
No description

getModuleExports()   X-Ref
No description

createBlobURL(file)   X-Ref
Create a blob URL from a file.

return: {string} The blob URL.
param: {File} file The file to create a blob URL for.

getBlobByURL(url)   X-Ref
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`.

return: {?File} The file for the blob URL.
param: {string} url The blob URL.

revokeBlobURL(url)   X-Ref
Remove the resource and file cache from memory.

param: {string} url The blob URL.



Generated: Mon Jan 7 01:00:05 2019 Cross-referenced by PHPXref 0.7.1