We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 488ad0b commit 1d2dec1Copy full SHA for 1d2dec1
packages/web/src/files.rs
@@ -135,7 +135,7 @@ impl NativeFileData for WebFileData {
135
}
136
137
fn path(&self) -> std::path::PathBuf {
138
- let key = JsValue::from_str("webkitRelativePath");
+ let key = wasm_bindgen::JsValue::from_str("webkitRelativePath");
139
140
if let Ok(value) = js_sys::Reflect::get(&self.file, &key) {
141
if let Some(path_str) = value.as_string() {
0 commit comments