kingworld icon indicating copy to clipboard operation
kingworld copied to clipboard

statusText doesn't work

Open OmgImAlexis opened this issue 1 year ago • 0 comments

Currently this returns 200 HM as there seems to be a bug in bun. Tracking in https://discord.com/channels/876711213126520882/1044751397993840770/1044751397993840770

return new Response(JSON.stringify({
    field: 'value'
}), {
    status: 200,
    statusText: 'test'
});

OmgImAlexis avatar Nov 22 '22 23:11 OmgImAlexis