Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98422a7 commit 6761173Copy full SHA for 6761173
1 file changed
fixtures/worker-app/src/index.js
@@ -70,9 +70,9 @@ export default {
70
71
logErrors();
72
73
- await fetch(new URL("http://example.com"));
+ await fetch(new URL("https://example.com"));
74
await fetch(
75
- new Request("http://example.com", { method: "POST", body: "foo" })
+ new Request("https://example.com", { method: "POST", body: "foo" })
76
);
77
78
console.log("end of request");
0 commit comments