WICG / shape-detection-api

Detection of shapes (faces, QR codes) in images
https://wicg.github.io/shape-detection-api
Other
303 stars 35 forks source link

Replace FrozenArray<T> with sequence<T> #101

Closed reillyeon closed 5 months ago

reillyeon commented 5 months ago

As suggested by #100, the WebIDL specification is trying to remove support for FrozenArray as a dictionary member.

Fixed #100.


Preview | Diff

reillyeon commented 5 months ago

@domenic, please take a look.