File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -319,7 +319,7 @@ group of Chrome-facilitated testing.
319
319
The following javascript call will then enable debug mode for all future reports
320
320
requested in that context (e.g. Shared Storage operation or Protected Audience
321
321
function call):
322
- ```
322
+ ``` js
323
323
privateAggregation .enableDebugMode ();
324
324
```
325
325
The browser can optionally apply debug mode to reports requested earlier in that
@@ -332,7 +332,7 @@ calls will throw an exception.
332
332
To allow sites to associate reports with the contexts that triggered them, we
333
333
also allow setting 64-bit unsigned integer debug keys. These keys are passed as
334
334
an optional field to the javascript call, for example:
335
- ```
335
+ ``` js
336
336
privateAggregation .enableDebugMode ({debugKey: 1234n });
337
337
```
338
338
You can’t perform that action at this time.
0 commit comments