We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 416daaa commit faccf5eCopy full SHA for faccf5e
documentation/docs/fastly:backend/Backend/Backend.mdx
@@ -21,7 +21,7 @@ import { allowDynamicBackends } from "fastly:experimental";
21
allowDynamicBackends(true);
22
```
23
24
-**Note**: Can only be used when processing requests, not during build-time initialization.
+**Note**: Backend constructors can only be used when processing requests, not during build-time initialization.
25
26
## Syntax
27
@@ -224,4 +224,4 @@ async function app() {
224
addEventListener("fetch", event => event.respondWith(app(event)));
225
226
227
-</Fiddle>
+</Fiddle>
0 commit comments