ACTION-88: Remove '?' characters from all dictionaries

Hi

I'm not really sure how to proceed with this one; I'm mainly thinking of 
the word *all* in the action title. :)

I suspect we have a bunch of unmotivated nullable dictionary members 
that should be removed. For example, nullable members in EventInit 
dictionaries where the corresponding attribute on the event is not nullable.

But we also have numeric members like maxRetransmits where we want to 
represent a value that is not set.

var chann = pc.createDataChannel("foo", {}); // no maxRetransmits set

chann.maxRetransmits // null (or could we have it "undefined"?)

/Adam

Received on Thursday, 21 November 2013 14:47:10 UTC