From def967d5eebaed85aadb20339d878e9dfe773416 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Tue, 29 Jun 2021 15:26:58 +0200 Subject: [PATCH] deps: upgrade `remark-cli` to v9 --- package.json | 2 +- website/src/docs/xhrupload.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fa38784b2..a912a1870 100644 --- a/package.json +++ b/package.json @@ -117,7 +117,7 @@ "postcss-logical": "^4.0.2", "postcss-safe-important": "1.2.0", "pre-commit": "1.2.2", - "remark-cli": "^8.0.1", + "remark-cli": "^9.0.0", "remark-lint-uppy": "file:private/remark-lint-uppy", "replacestream": "^4.0.3", "resize-observer-polyfill": "^1.5.1", diff --git a/website/src/docs/xhrupload.md b/website/src/docs/xhrupload.md index c9c24023d..a687c69a8 100644 --- a/website/src/docs/xhrupload.md +++ b/website/src/docs/xhrupload.md @@ -222,7 +222,7 @@ Limit the amount of uploads going on at the same time. Setting this to `0` means ### `responseType: ''` -The response type expected from the server, determining how the `xhr.response` property should be filled. The `xhr.response` property can be accessed in a custom [`getResponseData()`](#getResponseData-responseText-response) callback. This option sets the [`XMLHttpRequest.responseType][XHR.responseType] property. Only '', 'text', 'arraybuffer', 'blob' and 'document' are widely supported by browsers, so it's recommended to use one of those. The default is the empty string, which is equivalent to 'text' for the `xhr.response` property. +The response type expected from the server, determining how the `xhr.response` property should be filled. The `xhr.response` property can be accessed in a custom [`getResponseData()`](#getResponseData-responseText-response) callback. This option sets the [`XMLHttpRequest.responseType`][XHR.responseType] property. Only '', 'text', 'arraybuffer', 'blob' and 'document' are widely supported by browsers, so it's recommended to use one of those. The default is the empty string, which is equivalent to 'text' for the `xhr.response` property. ### `withCredentials: false`