final
Returns true if dart:typed_data types are supported on this browser. If false, using these types will generate a runtime error.
Implementation
static final bool supportsTypedData = JS('bool', '!!(window.ArrayBuffer)');
Returns true if dart:typed_data types are supported on this browser. If false, using these types will generate a runtime error.
static final bool supportsTypedData = JS('bool', '!!(window.ArrayBuffer)');