We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3612474 commit 32b4d93Copy full SHA for 32b4d93
1 file changed
src/loaders/ImageBitmapLoader.js
@@ -86,6 +86,9 @@ class ImageBitmapLoader extends Loader {
86
* Sets the given loader options. The structure of the object must match the `options` parameter of
87
* [createImageBitmap](https://developer.mozilla.org/en-US/docs/Web/API/Window/createImageBitmap).
88
*
89
+ * Note: When caching is enabled, the cache key is based on the URL only. Loading the same URL with
90
+ * different options will return the cached result of the first request.
91
+ *
92
* @param {Object} options - The loader options to set.
93
* @return {ImageBitmapLoader} A reference to this image bitmap loader.
94
*/
0 commit comments