mol_dump_lib 0.0.1045 → 0.0.1046
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.js
CHANGED
|
@@ -6539,8 +6539,9 @@ var $;
|
|
|
6539
6539
|
});
|
|
6540
6540
|
}
|
|
6541
6541
|
response() {
|
|
6542
|
+
const native = $mol_error_enriched(this, () => $mol_wire_sync(this).response_async());
|
|
6542
6543
|
return this.$.$mol_fetch_response.make({
|
|
6543
|
-
native
|
|
6544
|
+
native,
|
|
6544
6545
|
request: this
|
|
6545
6546
|
});
|
|
6546
6547
|
}
|