supportsTypedData property - Platform class - dart:html library (original) (raw)

description

bool supportsTypedData

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)');