Skip to content

Commit

Permalink
[CSP3] Align with Web IDL specification (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
autokagami authored and mikewest committed Sep 24, 2019
1 parent 90a9bc8 commit 4ef6262
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.src.html
Original file line number Diff line number Diff line change
Expand Up @@ -1587,9 +1587,9 @@ <h3 id="violation-events">
"enforce", "report"
};

[Constructor(DOMString type, optional SecurityPolicyViolationEventInit eventInitDict = {}),
Exposed=(Window,Worker)]
[Exposed=(Window,Worker)]
interface SecurityPolicyViolationEvent : Event {
constructor(DOMString type, optional SecurityPolicyViolationEventInit eventInitDict = {});
readonly attribute USVString documentURL;
readonly attribute USVString documentURI; // historical alias of documentURL
readonly attribute USVString referrer;
Expand Down

0 comments on commit 4ef6262

Please sign in to comment.