浏览器支持情况嗅探 + 错误处理 #4
Labels
No Label
bug
component-crypto
component-ui
docs
duplicate
enhancement
help wanted
invalid
misc
platform-android
platform-mac
platform-win
question
test
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: um/um-react#4
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
浏览器应支持:
Blob
相关 API (如window.Blob
、URL.createObjectURL
)window.Worker
可以在启动的时候生成一个文件传递给 Web Worker 进行处理,并对返回值进行验证。
若是
window.Worker
不可用,启动时可能就会报错了。也许可以考虑做个新的入口脚本到
index.html
?若是检测不对劲就改为渲染错误检测组件。懒