зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1598501 [wpt PR 20380] - Update interfaces/payment-handler.idl, a=testonly
Automatic update from web-platform-tests Update interfaces/payment-handler.idl (#20380) Source: https://github.com/tidoust/reffy-reports/blob/fea9670/ed/idl/payment-handler.idl Build: https://travis-ci.org/tidoust/reffy-reports/builds/615198653 -- wpt-commits: 71a13aee05eda0555b9a37231e0fd572965f6234 wpt-pr: 20380
This commit is contained in:
Родитель
8f4c31f736
Коммит
ee08c575a5
|
@ -25,7 +25,7 @@ enum PaymentDelegation {
|
|||
interface PaymentInstruments {
|
||||
Promise<boolean> delete(DOMString instrumentKey);
|
||||
Promise<any> get(DOMString instrumentKey);
|
||||
Promise<sequence<DOMString>> keys();
|
||||
Promise<sequence<DOMString>> keys();
|
||||
Promise<boolean> has(DOMString instrumentKey);
|
||||
Promise<void> set(DOMString instrumentKey, PaymentInstrument details);
|
||||
Promise<void> clear();
|
||||
|
|
Загрузка…
Ссылка в новой задаче