Web Spec Awesome
- tc39 - Ecma International, Technical Committee 39
- proposal-collection-methods
- 额外的集合方法
- Set.prototype.addAll
- proposal-collection-methods
- wicg - Web Incubator CG
- indexed-db-observers
- IndexedDB 支持 observer
- chromestatus
- chrome #457449
- 尚不支持,需要添加 flag
- dexie 支持 Dexie.Observable
- file-system-access
- Chrome 86 - 新的接口规范
- Typescript @types/wicg-file-system-access
- entries-api
- Chrome 7,8 - 浏览器支持最多的文件接口
- 主要用于支持 drag-and-drop 文件
- uuid
- crypto.randomUUID
- https://github.com/wicg/import-maps
- indexed-db-observers
- w3c
- csswg
- 获取拖拽文件详细信息
- DataTransferItem.getAsFileSystemHandle
- Chrome 86
- DataTransferItem.webkitGetAsEntry
- Chrome 13
- DataTransferItem.getAsFileSystemHandle
- FileSystemAccess
- crypto.randomUUID
- Chrome 92
- FileSystemEntry
- Chrome 8
FileAPI
- FileList
- Blob
- File
- FileReader
- URL.createObjectURL
- URL.revokeObjectURL
- 参考