DescriptionMeasure usage of FormData.append(name, blob, filename)
As requested by Anne van Kesteren:
https://bugzilla.mozilla.org/show_bug.cgi?id=1162658#c47
Per spec the blob argument cannot be null, but in Blink it can without
[TypeChecking=Interface], for FormData.append(name, null, filename).
(With no filename argument it is instead taken as the USVString "null".)
This is almost certainly safe to fix, but it's easy to measure here.
BUG=498790
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=197268
Patch Set 1 #Patch Set 2 : rebase #
Messages
Total messages: 14 (6 generated)
|