We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae277c5 commit c411fd3Copy full SHA for c411fd3
helper-functions.js
@@ -22,6 +22,7 @@ async function fetchWithMethodFallback(url, { signal, ...options } = {}) {
22
cf: { cacheTtl: 0, cacheEverything: false },
23
...options
24
});
25
+ console.log("COUCOU fetchWithMethodFallback response.status: " + response.status);
26
27
if (response.status === 405) {
28
response = await fetch(url, {
0 commit comments