supportsTypedData 属性

bool supportsTypedData
final

如果当前浏览器支持 dart:typed_data 类型,则返回 true。如果为 false,则使用这些类型将生成运行时错误。

实现

static final bool supportsTypedData = JS('bool', '!!(window.ArrayBuffer)');