From c12c5ec2256c83516504a5fcc6c82daa1182f96e Mon Sep 17 00:00:00 2001 From: Jiri Kozel Date: Thu, 21 Dec 2023 11:17:54 +0100 Subject: [PATCH] Remove link to caniuse.com --- doc/rest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rest.md b/doc/rest.md index d6cac6b62..0140498c9 100644 --- a/doc/rest.md +++ b/doc/rest.md @@ -475,7 +475,7 @@ Content-Type: ## Workspace Layer Chunk -Layer Chunk endpoint enables to upload layer data files asynchronously by splitting them into small parts called *chunks* that are uploaded independently. The endpoint is expected to be operated using [Resumable.js](https://github.com/23/resumable.js/) library. Resumable.js can split and upload files by chunks using [HTML File API](https://developer.mozilla.org/en-US/docs/Web/API/File), widely [supported by major browsers](https://caniuse.com/#feat=fileapi). +Layer Chunk endpoint enables to upload layer data files asynchronously by splitting them into small parts called *chunks* that are uploaded independently. The endpoint is expected to be operated using [Resumable.js](https://github.com/23/resumable.js/) library. Resumable.js can split and upload files by chunks using [HTML File API](https://developer.mozilla.org/en-US/docs/Web/API/File), widely supported by major browsers. Check [Asynchronous file upload](async-file-upload.md) example.