Description[bindings] Make XMLHttpRequest.send() use the generated binding code over the custom one.
The specification [1] defines the XMLHttpRequest interface with send method specifications
which accept |ArrayBuffer|, |ArrayBufferView|, |Blob|, |Document|, |String| Or |FormData| argument to be passed as data.
MDN link [2] specifies about the same usage.
Considering the support of Union types by the bindings code generator, using the same and removing the
usage of custom bindings.
BUG=345519
[1] https://xhr.spec.whatwg.org/
[2] https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest#send()
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=192414
Patch Set 1 #Patch Set 2 : Cover both paths for InspectorInstrumentation #
Total comments: 8
Patch Set 3 : Clear HTMLDocument confusion. #
Total comments: 1
Patch Set 4 : Fixed InspectorInstrumentation calls #Patch Set 5 : Test added #Patch Set 6 : Patch for landing #
Messages
Total messages: 22 (4 generated)
|