Add Blob to web-sys features

rust-analyzer lied to me
This commit is contained in:
Liam Murphy 2021-03-21 14:40:39 +11:00
parent 1d85b6e887
commit e9d122b1aa
No known key found for this signature in database
GPG key ID: 792DFA5B236BDF05

View file

@ -46,4 +46,5 @@ features = [
"InputEvent", "InputEvent",
"KeyboardEvent", "KeyboardEvent",
"Url", "Url",
"Blob",
] ]