blob: 7923b2cd527cb0a04e9dfb4e8a0c37cb0b75833c [file] [log] [blame]
// Copyright 2020 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// https://github.com/w3c/webappsec-trusted-types/issues/270#issue-579152412
[RuntimeEnabled=TrustedTypeBeforePolicyCreationEvent, Exposed=Window]
interface BeforeCreatePolicyEvent : Event {
attribute DOMString policyName;
};