@wordpress/blob
Advanced tools
Comparing version 3.41.1-next.5a1d1283.0 to 3.42.0
@@ -60,3 +60,3 @@ /** | ||
* | ||
* @param {string} url The URL. | ||
* @param {string|undefined} url The URL. | ||
* | ||
@@ -63,0 +63,0 @@ * @return {boolean} Is the url a blob url? |
@@ -38,7 +38,7 @@ /** | ||
* | ||
* @param {string} url The URL. | ||
* @param {string|undefined} url The URL. | ||
* | ||
* @return {boolean} Is the url a blob url? | ||
*/ | ||
export function isBlobURL(url: string): boolean; | ||
export function isBlobURL(url: string | undefined): boolean; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -70,3 +70,3 @@ "use strict"; | ||
* | ||
* @param {string} url The URL. | ||
* @param {string|undefined} url The URL. | ||
* | ||
@@ -73,0 +73,0 @@ * @return {boolean} Is the url a blob url? |
@@ -5,2 +5,4 @@ <!-- Learn how to maintain this file at https://github.com/WordPress/gutenberg/tree/HEAD/packages#maintaining-changelogs. --> | ||
## 3.42.0 (2023-09-20) | ||
## 3.41.0 (2023-08-31) | ||
@@ -7,0 +9,0 @@ |
{ | ||
"name": "@wordpress/blob", | ||
"version": "3.41.1-next.5a1d1283.0", | ||
"version": "3.42.0", | ||
"description": "Blob utilities for WordPress.", | ||
@@ -35,3 +35,3 @@ "author": "The WordPress Contributors", | ||
}, | ||
"gitHead": "fa0b66987dab5a15f38663e06036d09bccffaa4b" | ||
"gitHead": "cc35f517ed017ab7131319af3e87c359e8de175d" | ||
} |
@@ -59,3 +59,3 @@ # Blob | ||
- _url_ `string`: The URL. | ||
- _url_ `string|undefined`: The URL. | ||
@@ -62,0 +62,0 @@ _Returns_ |
@@ -63,3 +63,3 @@ /** | ||
* | ||
* @param {string} url The URL. | ||
* @param {string|undefined} url The URL. | ||
* | ||
@@ -66,0 +66,0 @@ * @return {boolean} Is the url a blob url? |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
65384
0