Merge pull request #58862 from godotengine/revert-57934-js/4.x_fetch_creds
This commit is contained in:
commit
1421ce6780
1 changed files with 0 additions and 1 deletions
|
@ -89,7 +89,6 @@ const GodotFetch = {
|
|||
method: method,
|
||||
headers: headers,
|
||||
body: body,
|
||||
credentials: 'include',
|
||||
};
|
||||
obj.request = fetch(url, init);
|
||||
obj.request.then(GodotFetch.onresponse.bind(null, id)).catch(GodotFetch.onerror.bind(null, id));
|
||||
|
|
Loading…
Reference in a new issue