Skip to content

Commit

Permalink
Deploying to gh-pages from @ b9e61e4 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelZubkov committed Dec 2, 2023
1 parent a662703 commit 4ee76b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion node.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1440,7 +1440,7 @@ declare namespace $ {
class $mol_fetch_response extends $mol_object2 {
readonly native: Response;
constructor(native: Response);
status(): "unknown" | "redirect" | "success" | "inform" | "wrong" | "failed";
status(): "unknown" | "success" | "inform" | "redirect" | "wrong" | "failed";
code(): number;
message(): string;
headers(): Headers;
Expand Down
2 changes: 1 addition & 1 deletion web.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1321,7 +1321,7 @@ declare namespace $ {
class $mol_fetch_response extends $mol_object2 {
readonly native: Response;
constructor(native: Response);
status(): "redirect" | "success" | "unknown" | "inform" | "wrong" | "failed";
status(): "success" | "unknown" | "inform" | "redirect" | "wrong" | "failed";
code(): number;
message(): string;
headers(): Headers;
Expand Down

0 comments on commit 4ee76b4

Please sign in to comment.