DescriptionImprove the declared IDL type for postMessage()'s transferables
Make the postMessage() IDL type for the transferables argument be
equal to what the specs and the custom binding code actually
supports. That is, a sequence of Transferables.
Accurately defining the Transferable typedef is dependent on better
union type support (http://crbug.com/240176); provide an incomplete
typedef until that is in place.
R=haraken@chromium.org,jsbell@chromium.org
BUG=393245
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=178322
Patch Set 1 #
Total comments: 4
Patch Set 2 : Use sequence<Transferable> rather than Transferable[] #
Messages
Total messages: 10 (0 generated)
|