blob: 2927f2621d4c407acc452ab90a6ce4242dc26bf5 [file] [log] [blame]
// Copyright 2019 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://wicg.github.io/portals/#the-portalactivateevent-interface
dictionary PortalActivateEventInit : EventInit {
any data = null;
};