Skip to content

Commit

Permalink
Add Exposed=Window to DigitalGoodsService
Browse files Browse the repository at this point in the history
  • Loading branch information
rsolomakhin authored Mar 18, 2022
1 parent 0a5c86f commit e712065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ is usually a [=url-based payment method identifier=].
## DigitalGoodsService interface ## {#digitalgoodsservice-interface}

<xmp class="idl">
[SecureContext] interface DigitalGoodsService {
[Exposed=Window, SecureContext] interface DigitalGoodsService {

Promise<sequence<ItemDetails>> getDetails(sequence<DOMString> itemIds);

Expand Down

0 comments on commit e712065

Please sign in to comment.