如果当前浏览器支持 dart:typed_data 类型,则返回 true。如果为 false,则使用这些类型将生成运行时错误。
static final bool supportsTypedData = JS('bool', '!!(window.ArrayBuffer)');