WICG / capability-delegation

An API to allow developers transfer the ability to use restricted APIs to any target window in the frame tree.
Other
14 stars 7 forks source link

Demo postMessage options cleanup #2

Closed mustaqahmed closed 2 years ago

mustaqahmed commented 3 years ago

The demo currently has both delegate: "paymentrequest" and createToken: "paymentrequest" to make it testable with older Chrome. We need to remove the latter one when appropirate.

Also, the capability should be mentioned as "payment" as per our proposed spec draft.