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.
async
1 parent 8f134b8 commit f55de99Copy full SHA for f55de99
src/archivist/fetcher/index.js
@@ -27,7 +27,7 @@ export const FETCHER_TYPES = {
27
* @throws {FetchDocumentError} When the fetch operation fails
28
* @async
29
*/
30
-export default async function fetch({
+export default function fetch({
31
url,
32
executeClientScripts,
33
cssSelectors,
0 commit comments