index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
vendor
/
web-sys
/
tests
/
wasm
/
headers.js
blob: 3b71cdc66ab9743ce6b015efb837e127e7ca6996 (
plain
)
1
2
3
export
function
new_headers
()
{
return
new
Headers
({
'Content-Type'
:
'text/plain'
});
}