blob: db8638715eacc9117f1a78a5069a96e0ea077391 [file] [log] [blame]
// Copyright 2017 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://www.w3.org/TR/appmanifest/#extensions-to-the-window-object
[
ImplementedAs=DOMWindowInstallation
] partial interface Window {
attribute EventHandler onappinstalled;
attribute EventHandler onbeforeinstallprompt;
};