immersive-web / hit-test

https://immersive-web.github.io/hit-test/
Other
78 stars 31 forks source link

Stop using FrozenArray in dictionaries #118

Closed toji closed 2 months ago

toji commented 3 months ago

Fixes #116

Same reasoning as https://github.com/immersive-web/webxr/pull/1369. Accepting FrozenArrays as inputs is confusing and non-sensical, and their presence here is likely copy-paster error. Replacing with sequence. Does not (yet) replace uses where FrozenArrays are returned. (See #117)


Preview | Diff