w3c / presentation-api

Presentation API
https://www.w3.org/TR/presentation-api/
Other
71 stars 39 forks source link

Always return a new Promise from getAvailability(). #525

Closed markafoltz closed 1 month ago

markafoltz commented 2 months ago

Closes Issue #507 by always returning a new Promise from PresentationRequest.getAvailability().


Preview | Diff

baylesj commented 1 month ago

This looks great. Definitely agree a new promise should be returned every time.