mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-19 11:40:51 +00:00
Migrate most `web-sys` tests to the new `wasm_bindgen_test` framework with the new headless browser capabilities!
4 lines
88 B
JavaScript
4 lines
88 B
JavaScript
export function new_headers() {
|
|
return new Headers({'Content-Type': 'text/plain'});
|
|
}
|