@@ -4,13 +4,13 @@ A repository of Fetch examples. See [https://developer.mozilla.org/en-US/docs/We
4
4
5
5
See below for links to the live versions of each example:
6
6
7
- - [ Basic fetch example] ( https://mdn.github.io/fetch -examples/basic-fetch/ )
8
- - [ Fetch array buffer example] ( https://mdn.github.io/fetch -examples/fetch-array-buffer/ )
9
- - [ Fetch JSON example] ( https://mdn.github.io/fetch -examples/fetch-json/ )
10
- - [ Basic Fetch example with Request object] ( https://mdn.github.io/fetch -examples/fetch-request/ )
11
- - [ Basic Fetch example with Request object and Init object] ( https://mdn.github.io/fetch -examples/fetch-request-with-init/ )
12
- - [ Basic Fetch example with returned Response properties] ( https://mdn.github.io/fetch -examples/fetch-response/ )
13
- - [ Fetch cloned Response example] ( https://mdn.github.io/fetch -examples/fetch-response-clone/ )
14
- - [ Fetch text example] ( https://mdn.github.io/fetch -examples/fetch-text/ )
15
- - [ Fetch example with Request object and Init object] ( https://mdn.github.io/fetch -examples/fetch-with-init-then-request/ )
16
- - [ object-fit gallery with fetched images] ( https://mdn.github.io/fetch -examples/object-fit-gallery-fetch/ )
7
+ - [ Basic fetch example] ( https://mdn.github.io/dom -examples/fetch /basic-fetch/ )
8
+ - [ Fetch array buffer example] ( https://mdn.github.io/dom -examples/fetch /fetch-array-buffer/ )
9
+ - [ Fetch JSON example] ( https://mdn.github.io/dom -examples/fetch /fetch-json/ )
10
+ - [ Basic Fetch example with Request object] ( https://mdn.github.io/dom -examples/fetch /fetch-request/ )
11
+ - [ Basic Fetch example with Request object and Init object] ( https://mdn.github.io/dom -examples/fetch /fetch-request-with-init/ )
12
+ - [ Basic Fetch example with returned Response properties] ( https://mdn.github.io/dom -examples/fetch /fetch-response/ )
13
+ - [ Fetch cloned Response example] ( https://mdn.github.io/dom -examples/fetch /fetch-response-clone/ )
14
+ - [ Fetch text example] ( https://mdn.github.io/dom -examples/fetch /fetch-text/ )
15
+ - [ Fetch example with Request object and Init object] ( https://mdn.github.io/dom -examples/fetch /fetch-with-init-then-request/ )
16
+ - [ object-fit gallery with fetched images] ( https://mdn.github.io/dom -examples/fetch /object-fit-gallery-fetch/ )
0 commit comments