Re: [heycam/webidl] Is the longer form of stringifier operations a thing? (#816)

I tried GitHub's blame UI but got stuck rather quickly when everything got converted to Bikeshed. GitHub Unicorns and "file too big" before that.

I think there are potential uses for `stringifier TYPE ();`, in particular if the specification wants to return a byte sequence and have that turned into a string (i.e., `ByteString`, although that's not how that's defined right now) or give some kind of assertion that the return value is UTF-8-safe which can be helpful for tooling (i.e., `USVString`).

The `customIdentifier` bit seems somewhat bogus as new APIs should follow the pattern that results in a `toString()` on the object and therefore never use that.

-- 
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/816#issuecomment-539882412

Received on Wednesday, 9 October 2019 07:49:07 UTC