chromium/third_party/blink/renderer/core/events/before_create_policy_event.idl

// Copyright 2020 The Chromium Authors
// 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;
};