web-sys 0.3.65

Bindings for all Web APIs, a procedurally generated crate from WebIDL
Documentation
1
2
3
export function new_blob() {
  return new Blob([ 1, 2, 3 ]);
}