@@ -0,0 +1,5 @@
+---
+"tauri.js": patch
+
+Fixes `Reflect.deleteProperty` on promisified API calls failing with `Unable to delete property` by making it configurable.
@@ -50,7 +50,8 @@ function transformCallback(
return callback?.(result)
},
- writable: false
+ writable: false,
+ configurable: true
})
return identifier