支持的属性

bool supported

检查此类型是否在当前平台受支持。

实现

static bool get supported =>
    JS('bool', '!!(window.AudioContext || window.webkitAudioContext)');