blob: e078ea3a2f54fb0726013e737fa14ebc713a0a29 [file] [log] [blame]
// Copyright 2018 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/dtapuska/useractivation
dictionary WindowPostMessageOptions : PostMessageOptions {
USVString targetOrigin = "/";
[RuntimeEnabled =
UserActivationPostMessageTransfer] boolean transferUserActivation =
false;
};