mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-19 03:30:52 +00:00
4 lines
79 B
JavaScript
4 lines
79 B
JavaScript
|
export function new_response() {
|
||
|
return new Response(null, {status: 501});
|
||
|
}
|