File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -26,9 +26,6 @@ <h1>Reporting API</h1>
26
26
type: dfn
27
27
text: Content-Security-Policy
28
28
text: reports directive; url: directives-reporting
29
- spec: ECMA-262; urlPrefix: http://www.ecma-international.org/ecma-262/6.0/
30
- type: method
31
- text: JSON.stringify(); url: sec-json.stringify
32
29
spec: FETCH; urlPrefix: https://fetch.spec.whatwg.org/
33
30
type: dfn
34
31
text: navigation request
@@ -919,8 +916,8 @@ <h3 id="try-delivery" algorithm>
919
916
: `credentials`
920
917
:: "`include`"
921
918
: `body`
922
- :: The string resulting from executing the {{JSON.stringify()}} algorithm
923
- on |collection| [[!ECMA-262]]
919
+ :: A [=/body=] whose [=body/source=] is the [=byte sequence=] resulting
920
+ from executing [=serialize JSON to bytes=] on |collection|.
924
921
925
922
4. < a > Queue a task</ a > to < a > fetch</ a > |request|.
926
923
You can’t perform that action at this time.
0 commit comments