mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-26 11:34:22 +03:00
4 lines
79 B
JavaScript
4 lines
79 B
JavaScript
|
export function new_response() {
|
||
|
return new Response(null, {status: 501});
|
||
|
}
|