- From: =JeffH <Jeff.Hodges@KingsMountain.com>
- Date: Thu, 16 Jul 2015 16:49:16 -0700
- To: public-script-coord@w3.org
Hi folks, I have a quick hopefully easy question I just need to double-check on.. in webIDL 2nd Ed. [1] can a required dictionary member be nullable? e.g. can one do this.. dictionary foo { required DOMString? bar; required DOMString? baz; }; ..? From my reading of [1], especially at [2], the answer is "yes" for the case of such a dictionary, correct? thanks, =JeffH [1] https://heycam.github.io/webidl/ [2] https://heycam.github.io/webidl/#idl-nullable-type
Received on Thursday, 16 July 2015 23:49:53 UTC