You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-17 14:11:06 +00:00
Revert "[HTML5] Fetch API now passes credentials."
(cherry picked from commit 63df46c238)
This commit is contained in:
@@ -89,7 +89,6 @@ const GodotFetch = {
|
|||||||
method: method,
|
method: method,
|
||||||
headers: headers,
|
headers: headers,
|
||||||
body: body,
|
body: body,
|
||||||
credentials: 'include',
|
|
||||||
};
|
};
|
||||||
obj.request = fetch(url, init);
|
obj.request = fetch(url, init);
|
||||||
obj.request.then(GodotFetch.onresponse.bind(null, id)).catch(GodotFetch.onerror.bind(null, id));
|
obj.request.then(GodotFetch.onresponse.bind(null, id)).catch(GodotFetch.onerror.bind(null, id));
|
||||||
|
|||||||
Reference in New Issue
Block a user