WICG / web-otp

phone number verification
https://wicg.github.io/web-otp/
Other
94 stars 36 forks source link

Add AbortSignal's abort reason to WebOTP #56

Closed nsatragno closed 2 years ago

nsatragno commented 2 years ago

The AbortSignal / AbortController API has changed recently to support passing a reason. This reason should be checked instead of the aborted flag, see the DOM spec.