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

> And I can also see varying the limit.

Yeah, there are multiple options:

```webidl
[MaxLength=1024] DOMString;
[MaxLength=short] DOMString;
// etc.
```

-- 
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-387091289

Received on Monday, 7 May 2018 14:54:57 UTC