- From: Luna Lu <notifications@github.com>
- Date: Fri, 14 Sep 2018 08:24:56 -0700
- To: w3c/payment-request <payment-request@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 14 September 2018 15:25:17 UTC
Re what's the status on the Chrome side? - [Feature-Policy HTTP Header Field](https://wicg.github.io/feature-policy/#feature-policy-http-header-field) + Note: there was a discussion about change "Feature-Policy" to "Allow" at one point but AFAIK, there weren't any action upon that. - [iframe allow attribute ](https://wicg.github.io/feature-policy/#iframe-allow-attribute) - [JS introspection](https://wicg.github.io/feature-policy/#the-policy-object): + allowsFeature(feature, optional url); + allowedFeatures(); + getAllowlistForFeature(DOMString feature); + Note: these JS APIs are currently in origin trial. We have them implemented but I don't think they are fully shipped yet. @clelland would know more - In terms of features, we have a bunch supported: Permission based like "camera", "geolocation", "microphone", "midi", "speaker", etc Other things like: "fullscreen", "sync-xhr", "vr", etc Meanwhile, we have experimental features such as "payment", "picture-in-picture", "usb", etc Hope that helps. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/payment-request/issues/600#issuecomment-421393998
Received on Friday, 14 September 2018 15:25:17 UTC