@DomName('Body.blob') @DocsEditable() @Experimental() // untriaged Future<Blob> blob() => promiseToFuture<Blob>(JS("", "#.blob()", this));