We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2df4a3f commit 66dbcf1Copy full SHA for 66dbcf1
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