createObjectUrlFromSource 静态方法

String createObjectUrlFromSource(
  1. MediaSource source
)

实现

static String createObjectUrlFromSource(MediaSource source) =>
    JS('String', '(self.URL || self.webkitURL).createObjectURL(#)', source);