检查当前平台是否支持 Indexed DB。
static bool get supported { return JS( 'bool', '!!(window.indexedDB || ' 'window.webkitIndexedDB || ' 'window.mozIndexedDB)'); }