mol_dump_lib 0.0.108 → 0.0.110

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/node.d.ts CHANGED
@@ -2071,7 +2071,7 @@ declare namespace $ {
2071
2071
  class $mol_fetch_response extends $mol_object2 {
2072
2072
  readonly native: Response;
2073
2073
  constructor(native: Response);
2074
- status(): "unknown" | "success" | "inform" | "redirect" | "wrong" | "failed";
2074
+ status(): "unknown" | "redirect" | "success" | "inform" | "wrong" | "failed";
2075
2075
  code(): number;
2076
2076
  message(): string;
2077
2077
  headers(): Headers;