Re: [heycam/webidl] Introduce new string type for names/keys with length limit (#552)

If this is intended for use with existing APIs - particularly ones like localStorage which have been around for some time - there might be web compatibility concerns. I could imagine certain edge cases/misuses out there pushing names above 1000 characters.

To be on the safe side, it's probably best to investigate which limits browsers currently use for the relevant APIs - and potentially add a use counter to detect unusually long names as well.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/issues/552#issuecomment-385080854

Received on Friday, 27 April 2018 20:10:23 UTC