Movatterモバイル変換


[0]ホーム

URL:


menu
  1. Dart
  2. dart:html
  3. Body
  4. blob method
blob
description

blob method

Future<Blob>blob()

Implementation

Future<Blob> blob() =>    promiseToFuture<Blob>(JS("creates:Blob;", "#.blob()", this));
  1. Dart
  2. dart:html
  3. Body
  4. blob method
Body class

[8]ページ先頭

©2009-2025 Movatter.jp