blob: 7c4f2bf2c1acafc3fe2f4c6cfd2245773a25f00e [file] [log] [blame]
// Copyright 2020 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/WICG/digital-goods/blob/master/explainer.md
[
SecureContext,
ImplementedAs=DOMWindowDigitalGoods,
RuntimeEnabled=DigitalGoods
] partial interface Window {
[CallWith=ScriptState, MeasureAs=DigitalGoodsGetDigitalGoodsService]
Promise<DigitalGoodsService?> getDigitalGoodsService(DOMString paymentMethod);
};