yigit
05/20/2023, 10:23 PMyigit
05/20/2023, 10:24 PMHardAtWork
05/20/2023, 10:24 PMyigit
05/20/2023, 10:24 PMHardAtWork
05/20/2023, 10:27 PMyigit
05/20/2023, 10:27 PMHardAtWork
05/20/2023, 10:27 PMHardAtWork
05/20/2023, 10:28 PMyigit
05/20/2023, 10:28 PMyigit
05/20/2023, 10:28 PMHardAtWork
05/20/2023, 10:29 PMMatt
05/21/2023, 1:56 AMRequest
and Response
Evernote
05/21/2023, 10:58 AMzegevlier
05/21/2023, 11:48 AMzegevlier
05/21/2023, 11:49 AMIann
05/21/2023, 11:51 AMIann
05/21/2023, 11:51 AMzegevlier
05/21/2023, 12:02 PMIann
05/21/2023, 12:15 PMboywithkeyboard
05/21/2023, 3:30 PMkian
05/21/2023, 3:51 PMkian
05/21/2023, 3:51 PMkian
05/21/2023, 3:51 PMhttps://cdn.discordapp.com/attachments/779390076219686943/1109871135618777239/image.png▾
kian
05/21/2023, 3:51 PMkian
05/21/2023, 3:51 PMts
declare module "cloudflare:sockets" {
function _connect(
address: string | SocketAddress,
options?: SocketOptions
): Socket;
export { _connect as connect };
}
Murder Chicken
05/21/2023, 5:23 PMcompatibility_date
why creating new Request objects would result in an empty object? Using module syntax, trying to create any new requests from within a module results in {}
when outputting it to console even with console.log(JSON.stringify(req))
... bit stumped as this was working just fine before I tried migrating things to Wrangler v3 and updated my compatibility_date
... any ideas?
This is being done to create new Requests with custom cookies attached to pull information from an external website.Skye
05/21/2023, 5:23 PMSkye
05/21/2023, 5:24 PM