Re: [heycam/webidl] add a type to represent the undefined value (#60)

This comes up now and then with defining map-like constructs, where JavaScript returns undefined, but we can only do something nullable or go straight to any (e.g., `CustomElementRegistry`).

@jakearchibald encountered this with service workers, where something had to be a `Response` or undefined.

-- 
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/60#issuecomment-258837093

Received on Monday, 7 November 2016 13:38:17 UTC