Commit d04904e
authored
Set request's initiator and destination to empty string in cache.addAll()
As pointed out in #1718, "fetch"
is not a valid value for a request's initiator, and "subresource" is not
a valid destination in the Fetch specification.
Following the discussion in the issue, cache.addAll() should function
the same as if a script ran fetch() directly. Therefore, both initiator
and destination should be set to the empty string, which is an initial value.
i.e. removed the initialization.
Fixes #17181 parent c9b4790 commit d04904e
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2099 | 2099 | | |
2100 | 2100 | | |
2101 | 2101 | | |
2102 | | - | |
2103 | 2102 | | |
2104 | 2103 | | |
2105 | 2104 | | |
| |||
0 commit comments