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 2eef68d commit b41b07bCopy full SHA for b41b07b
packages/sdk/fastly/src/platform/requests.ts
@@ -1,3 +1,4 @@
1
+/// <reference types="@fastly/js-compute" />
2
import { NullEventSource } from '@launchdarkly/js-server-sdk-common';
3
import type {
4
EventSource,
@@ -16,7 +17,6 @@ export default class EdgeRequests implements Requests {
16
17
}
18
19
fetch(url: string, options: Options = {}): Promise<Response> {
- // @ts-ignore
20
return fetch(url, { ...options, backend: this.eventsBackend });
21
22
0 commit comments