From e641bf2bed987825b324c3b504463e1167b864f8 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Tue, 14 Sep 2021 23:31:46 +0200 Subject: [PATCH] chore: hide Route.fulfill.response from != JS --- docs/src/api/class-route.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/api/class-route.md b/docs/src/api/class-route.md index fa43ea9289..eb2a5f806a 100644 --- a/docs/src/api/class-route.md +++ b/docs/src/api/class-route.md @@ -221,6 +221,7 @@ File path to respond with. The content type will be inferred from file extension is resolved relative to the current working directory. ### option: Route.fulfill.response +* langs: js - `response` <[FetchResponse]> [FetchResponse] to fulfill route's request with. Individual fields of the response (such as headers) can be overridden using fulfill options.