File tree 1 file changed +7
-5
lines changed
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,13 @@ import { env } from 'node:process'
4
4
import { fetchAndRetry } from './retry.ts'
5
5
import { BlobInput , Fetcher , HTTPMethod } from './types.ts'
6
6
7
- // The name of the environment variable that holds the context in a Base64,
8
- // JSON-encoded object. If we ever need to change the encoding or the shape
9
- // of this object, we should bump the version and create a new variable, so
10
- // that the client knows how to consume the data and can advise the user to
11
- // update the client if needed.
7
+ /**
8
+ * The name of the environment variable that holds the context in a Base64,
9
+ * JSON-encoded object. If we ever need to change the encoding or the shape
10
+ * of this object, we should bump the version and create a new variable, so
11
+ * that the client knows how to consume the data and can advise the user to
12
+ * update the client if needed.
13
+ */
12
14
export const NETLIFY_CONTEXT_VARIABLE = 'NETLIFY_BLOBS_CONTEXT'
13
15
14
16
export interface Context {
You can’t perform that action at this time.
0 commit comments