Re: [w3ctag/design-reviews] WebOTP API (#391)

One other question:  I noticed the spec draft (which is still pretty skeletal) says:

```webidl
[Exposed=(ServiceWorker,Window),
 SecureContext]
interface OTPCredential : EventTarget {
};
```

I'm curious if the exposure on `ServiceWorker` here was intentional, and if so, what the implications are, especially around the relationship of the use of this API to user interaction.  If it is intentional, it seems worth discussing further in the explainer.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3ctag/design-reviews/issues/391#issuecomment-594862598

Received on Wednesday, 4 March 2020 21:37:08 UTC