mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-11-28 05:52:21 +03:00
4282ec25bd
Migrate most `web-sys` tests to the new `wasm_bindgen_test` framework with the new headless browser capabilities!
4 lines
79 B
JavaScript
4 lines
79 B
JavaScript
export function new_response() {
|
|
return new Response(null, {status: 501});
|
|
}
|