Commit 295fd22
committed
REGRESSION (298981@main): fetch() throws TypeError when using targetAddressSpace: 'loopback' with localhost requests
https://bugs.webkit.org/show_bug.cgi?id=304164
rdar://166574523
Reviewed by Alex Christensen.
Hide the dictionary entry behind a runtime check since this feature (IPAddressSpace) shouldn't be enabled anywhere.
Test: http/wpt/fetch/fetch-loopback.html
* LayoutTests/http/wpt/fetch/fetch-loopback-expected.txt: Added.
* LayoutTests/http/wpt/fetch/fetch-loopback.html: Added.
* Source/WebCore/Modules/fetch/FetchRequestInit.idl:
Canonical link: https://commits.webkit.org/304577@main1 parent a52d14e commit 295fd22
File tree
3 files changed
+20
-1
lines changed- LayoutTests/http/wpt/fetch
- Source/WebCore/Modules/fetch
3 files changed
+20
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
0 commit comments