You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This works wonderfully in all browsers and submits the content as json. However Microsoft Edge doesn't support this enctype and just says 'invalid argument'. There is no way to submit the body in json format in Microsoft Edge
Expected outcome
Provide a way to submit the content in json format in all browsers
Actual outcome
The current method does not work in Microsoft Edge
Live Demo
Steps to reproduce
Use the code above. Microsoft Edge will complain
Browsers Affected
Chrome
Firefox
Safari 9
Safari 8
Safari 7
[x ] Edge
IE 11
IE 10
The text was updated successfully, but these errors were encountered:
Description
We use the following code for our forms:
This works wonderfully in all browsers and submits the content as json. However Microsoft Edge doesn't support this enctype and just says 'invalid argument'. There is no way to submit the body in json format in Microsoft Edge
Expected outcome
Provide a way to submit the content in json format in all browsers
Actual outcome
The current method does not work in Microsoft Edge
Live Demo
Steps to reproduce
Use the code above. Microsoft Edge will complain
Browsers Affected
The text was updated successfully, but these errors were encountered: