diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2022-10-17 18:54:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-17 18:54:28 +0200 |
commit | 74978b7e892537559850cda7332bdab8106e6354 (patch) | |
tree | 2c63c07e58a59a14b0f11bf0387f6aad7fa7ca88 /test/xhtml.php | |
parent | 8c7da22caeae8c2c3f7e9869d5f47414669f106c (diff) | |
download | jquery-74978b7e892537559850cda7332bdab8106e6354.tar.gz jquery-74978b7e892537559850cda7332bdab8106e6354.zip |
Ajax: Support `null` as success functions in `jQuery.get`
According to the docs, one can use `null` as a success function in `jQuery.get`
of `jQuery.post` so the following:
```js
await jQuery.get( "https://httpbin.org/json", null, "text" )
```
should get the text result. However, this shortcut hasn't been working so far.
Fixes gh-4989
Closes gh-5139
Diffstat (limited to 'test/xhtml.php')
0 files changed, 0 insertions, 0 deletions