WICG / ua-client-hints

Wouldn't it be nice if `User-Agent` was a (set of) client hints?
https://wicg.github.io/ua-client-hints/
Other
590 stars 77 forks source link

FrozenArray in dictionaries #258

Closed dontcallmedom closed 3 years ago

dontcallmedom commented 3 years ago

250 includes https://github.com/miketaylr/ua-client-hints/commit/281a8e83696a25819d2caf1d4492a76d1ae91d8c which turns a number of dictionary members from sequences to FrozenArrays, which I understand is almost never a good idea per https://github.com/heycam/webidl/issues/900

(spotted in https://github.com/w3c/webref/pull/350)

miketaylr commented 3 years ago

Yeah, we can update this (it was not super intentional).