We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3266127 + 66dbcf1 commit 45ee333Copy full SHA for 45ee333
1 file changed
user_guide_src/source/general/ajax.rst
@@ -18,7 +18,7 @@ Fetch API
18
.. code-block:: javascript
19
20
fetch(url, {
21
- method: "get",
+ method: "POST",
22
headers: {
23
"Content-Type": "application/json",
24
"X-Requested-With": "XMLHttpRequest"
0 commit comments