diff --git a/releases/next/docs/image.html b/releases/next/docs/image.html index 81a8f76b2e3..82c4dd46078 100644 --- a/releases/next/docs/image.html +++ b/releases/next/docs/image.html @@ -108,7 +108,7 @@ loaded or downloaded, after which it will be cached. This means that in principle you could use this method to preload images, however it is not optimized for that purpose, and may in future be implemented in a way that does not fully load/download the image data. A proper, supported way to -preload images will be provided as a separate API.
| Name and Type | Description | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| uri string | The location of the image. | ||||||||||||||
| success function | The function that will be called if the image was sucessfully found and width +preload images will be provided as a separate API. Parameters:
static prefetch(url): #Prefetches a remote image for later use by downloading it to the disk cache Parameters:
You can edit the content above on GitHub and send us a pull request!
'use strict';
diff --git a/releases/next/versions.html b/releases/next/versions.html
index 0904034f146..34d65b3fbc2 100644
--- a/releases/next/versions.html
+++ b/releases/next/versions.html
@@ -1,4 +1,4 @@
-
\ No newline at end of file
|