blob: c8aa8c8440d777797b9ba9a0afbc668eb8bc54d4 [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.
// Explainer: https://github.com/beverloo/notification-triggers
[
Exposed=(Window,Worker),
RuntimeEnabled=NotificationTriggers
] interface TimestampTrigger {
constructor(DOMTimeStamp timestamp);
readonly attribute DOMTimeStamp timestamp;
};