Skip to content

Commit

Permalink
Add PermissionsPolicyViolationReportBody toJSON operation (#472)
Browse files Browse the repository at this point in the history
Co-authored-by: Antonio Sartori <[email protected]>
  • Loading branch information
antosart and Antonio Sartori authored Jun 26, 2024
1 parent 69abf4c commit 616508d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -775,6 +775,7 @@ partial interface HTMLIFrameElement {
<pre class="idl">
[Exposed=Window]
interface PermissionsPolicyViolationReportBody : ReportBody {
[Default] object toJSON();
readonly attribute DOMString featureId;
readonly attribute DOMString? sourceFile;
readonly attribute long? lineNumber;
Expand Down

0 comments on commit 616508d

Please sign in to comment.