web-sys 0.3.65

Bindings for all Web APIs, a procedurally generated crate from WebIDL
Documentation
1
2
3
export function new_headers() {
  return new Headers({'Content-Type': 'text/plain'});
}