Closed
Bug 1417757
Opened 8 years ago
Closed 7 years ago
"append with filename" support in browser compatibility is different between FormData page and FormData.append page
Categories
(Developer Documentation Graveyard :: API: HTML, defect, P5)
Developer Documentation Graveyard
API: HTML
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: pgburrack, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_1) AppleWebKit/604.3.5 (KHTML, like Gecko) Version/11.0.1 Safari/604.3.5
Steps to reproduce:
Went to see if FormData.append is supported in Microsoft edge.
went to this link https://developer.mozilla.org/en-US/docs/Web/API/FormData and https://developer.mozilla.org/en-US/docs/Web/API/FormData/append
Actual results:
in this link https://developer.mozilla.org/en-US/docs/Web/API/FormData/append
it says that "append with filename" is supported.
and in this link "https://developer.mozilla.org/en-US/docs/Web/API/FormData" "append with filename" is not supported in edge.
Expected results:
I'm not sure if it supported or not. but those 2 documentation should say the same thing.
Updated•8 years ago
|
Component: JavaScript → API: HTML
Updated•8 years ago
|
Priority: -- → P5
Comment 1•7 years ago
|
||
This has been updated to state the same (both are supported)
https://developer.mozilla.org/en-US/docs/Web/API/FormData#Browser_compatibility
https://developer.mozilla.org/en-US/docs/Web/API/FormData/append#Browser_compatibility
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•