Skip to content

Commit

Permalink
Add "js" info string to unmarked code blocks (#140)
Browse files Browse the repository at this point in the history
Improves code block formatting/highlighting
  • Loading branch information
dmcardle authored Jul 8, 2024
1 parent 321eba1 commit 513d2fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ group of Chrome-facilitated testing.
The following javascript call will then enable debug mode for all future reports
requested in that context (e.g. Shared Storage operation or Protected Audience
function call):
```
```js
privateAggregation.enableDebugMode();
```
The browser can optionally apply debug mode to reports requested earlier in that
Expand All @@ -332,7 +332,7 @@ calls will throw an exception.
To allow sites to associate reports with the contexts that triggered them, we
also allow setting 64-bit unsigned integer debug keys. These keys are passed as
an optional field to the javascript call, for example:
```
```js
privateAggregation.enableDebugMode({debugKey: 1234n});
```

Expand Down

0 comments on commit 513d2fb

Please sign in to comment.