We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Continue from saltyaom/kingworld#14
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' });
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' });
Probably blocking until Bun 0.3.0 released
The text was updated successfully, but these errors were encountered:
Test and fixed on Bun 0.3.0
Sorry, something went wrong.
No branches or pull requests
Continue from saltyaom/kingworld#14
Question
Answer
Probably blocking until Bun 0.3.0 released
The text was updated successfully, but these errors were encountered: