Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions types/globals.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -509,12 +509,13 @@ declare var Response: {
json(data: any, init?: ResponseInit): Response;

// ---------------------------------------------------------------------------
// Spec static methods not implemented by the StarlingMonkey runtime
// Spec methods not implemented by the StarlingMonkey runtime
// ---------------------------------------------------------------------------
// Will be uncommented when the runtime exposes them. See:
// runtime/StarlingMonkey/builtins/web/fetch/request-response.cpp
//
// error(): Response;
// error(): Response; // static
// prototype.clone(): Response; // instance
};

/**
Expand Down
Loading