Danyao Wang

Results 6 comments of Danyao Wang

This is a great question! We are skirting it now by restricting this only to platform authenticators. 😅 In the long term, I think the best user experience would be...

Thanks @Goosth for bringing up new use cases. :-) What kind of user experience are you envisioning with the "frictionless" flow? Would the signing be completely invisible from the user?...

I think Transaction/checkout (i.e. the flow that exercises the `CrytoKeyCredential`) is the key flow for analyze for privacy. From @Goosth's original description, it's not clear if a user interaction is...

> So, to @ianbjacobs 's point, there are 2 events: > > 1. Enrollment (on bank site): The user will consent (take action on the site) to be remembered. I'd...

An polyfill mode would be great! For my use case, I'm using webidl2js to generate JavaScript polyfills for use in a browser. Adding necessary dependent IDL interfaces and throwing away...

Our IDLs looked like this: ```webidl interface PaymentRequestUpdateEvent : Event { void updateWith(Promise detailsPromise); }; ``` `PaymentRequestUdateEvent` is to be implemented by webidl2js, but `Event` is already supported in the...