[heycam/webidl] Allow records to be nullable in all cases and omitted as optional operation arguments. (#305)

Basically, make record<> more like sequence<> than like dictionary in terms of things that can be converted to it (without the requirement for iterability, of course)
You can view, comment on, or merge this pull request online at:

  https://github.com/heycam/webidl/pull/305

-- Commit Summary --

  * Allow records to be nullable in all cases and omitted as optional operation arguments.

-- File Changes --

    M index.bs (45)
    M index.html (292)

-- Patch Links --

https://github.com/heycam/webidl/pull/305.patch
https://github.com/heycam/webidl/pull/305.diff

-- 
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/pull/305

Received on Saturday, 11 February 2017 05:14:21 UTC