Skip to content

Commit a3d2ad7

Browse files
committed
Export named parameters for generate and queue a report
1 parent 04df81a commit a3d2ad7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

index.bs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -487,9 +487,11 @@ spec: STRUCTURED-FIELDS; urlPrefix: https://www.rfc-editor.org/rfc/rfc8941.html#
487487
|data|</h4>
488488

489489
When the user agent is to <dfn export>generate and queue a report</dfn> for a <a>Document</a>
490-
or {{WorkerGlobalScope}} object (|context|), given a string (|type|), another
491-
string (|destination|), and a serializable object (|data|), it must run the
492-
following steps:
490+
or {{WorkerGlobalScope}} object (<dfn export for="generate and queue a report">|context|</dfn>),
491+
given a string (<dfn export for="generate and queue a report">|type|</dfn>),
492+
a string (<dfn export for="generate and queue a report">|destination|</dfn>), and
493+
a serializable object (<dfn export for="generate and queue a report">|data|</dfn>),
494+
it must run the following steps:
493495

494496
1. Let |settings| be |context|'s [=relevant settings object=].
495497

0 commit comments

Comments
 (0)