We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1695a7c commit 4c62584Copy full SHA for 4c62584
README.md
@@ -60,8 +60,10 @@ var fd = new FormData(form)
60
xhr.send(fd)
61
```
62
63
-The status of the native FormData (2016-10-19) is:
64
-[](https://developer.mozilla.org/en-US/docs/Web/API/FormData#Browser_compatibility)
+The status of the native FormData (2018-11-15) is:
+[](https://developer.mozilla.org/en-US/docs/Web/API/FormData#Browser_compatibility)
65
+
66
67
68
This polyfill normalizes support for the FormData API:
69
0 commit comments