Skip to content

Commit

Permalink
update WPT for optional sanitize arguments
Browse files Browse the repository at this point in the history
Differential Revision: https://phabricator.services.mozilla.com/D105954

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1664485
gecko-commit: f4f1cc7c445696b3bcf40f4994f6eef2f465c141
gecko-reviewers: ckerschb
  • Loading branch information
mozfreddyb authored and moz-wptsync-bot committed Feb 24, 2021
1 parent 7d5bfa2 commit f63c106
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion interfaces/sanitizer-api.tentative.idl
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
// https://wicg.github.io/sanitizer-api/

[
Exposed=Window
Exposed=Window,
SecureContext
] interface Sanitizer {
constructor(optional SanitizerConfig sanitizerConfig = {});
DocumentFragment sanitize((DOMString or DocumentFragment or Document) input);
Expand Down

0 comments on commit f63c106

Please sign in to comment.