Skip to content

Commit 91c5ad2

Browse files
committed
trivial edit to trigger deploy preview
1 parent 0bcfa34 commit 91c5ad2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/js-sdk/guides/hosting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The vast majority of major CDNs and hosting providers allow customizing these he
1616

1717
### Range requests
1818

19-
Since images can be quite large, the JavaScript library uses [HTTP range requests](https://developer.mozilla.org/en-US/docs/Web/HTTP/Range_requests) to download the first part of the file (by default, the first 64KB). It then tests if C2PA manifest data exists in this downloaded fragment; if it does, the download proceeds and the JavaScript library processes the rest of the file. This avoids downloading potentially large amounts of data if an image does not contain a manifest.
19+
Since images can be large, the JavaScript library uses [HTTP range requests](https://developer.mozilla.org/en-US/docs/Web/HTTP/Range_requests) to download the first part of the file (by default, the first 64KB). It then tests if C2PA manifest data exists in this downloaded fragment; if it does, the download proceeds and the JavaScript library processes the rest of the file. This avoids downloading potentially large amounts of data if an image does not contain a manifest.
2020

2121
For this feature to work, the server hosting the images must support HTTP range requests. To check, open
2222
your terminal and enter the following command (assuming you have [curl](https://curl.se/) installed):

0 commit comments

Comments
 (0)