mol_view_tree2_lib 1.0.219 → 1.0.221
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/web.deps.json +1 -1
- package/web.js +2 -1
- package/web.js.map +1 -1
- package/web.mjs +2 -1
package/web.mjs
CHANGED
|
@@ -5303,8 +5303,9 @@ var $;
|
|
|
5303
5303
|
});
|
|
5304
5304
|
}
|
|
5305
5305
|
response() {
|
|
5306
|
+
const native = $mol_error_enriched(this, () => $mol_wire_sync(this).response_async());
|
|
5306
5307
|
return this.$.$mol_fetch_response.make({
|
|
5307
|
-
native
|
|
5308
|
+
native,
|
|
5308
5309
|
request: this
|
|
5309
5310
|
});
|
|
5310
5311
|
}
|