Skip to content

Commit 9874e61

Browse files
author
Jake Champion
committed
docs: hide setBaseURL, setBaseURL and add note for allowDynamicBackends
1 parent c90c145 commit 9874e61

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

types/fastly:experimental.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
declare module "fastly:experimental" {
55
/**
66
* @experimental
7+
* @hidden
78
*/
89
export function setBaseURL(base: URL | null | undefined): void;
910
/**
@@ -16,6 +17,7 @@ declare module "fastly:experimental" {
1617
* **Note**: This is mostly for internal debugging purposes and will generate highly unstable
1718
* output.
1819
* @experimental
20+
* @hidden
1921
*/
2022
export function enableDebugLogging(enabled: boolean): void;
2123

@@ -36,6 +38,9 @@ declare module "fastly:experimental" {
3638
* avenue for third-party JavaScript code to send requests, potentially including sensitive/secret data,
3739
* off to destinations that the JavaScript project was not intending, which could be a security issue.
3840
*
41+
* @note
42+
* This feature is in disabled by default for Fastly Services. Please contact [Fastly Support](https://support.fastly.com/hc/en-us/requests/new?ticket_form_id=360000269711) to request the feature be enabled on the Fastly Services which require Dynamic Backends.
43+
*
3944
* @experimental
4045
*/
4146
export function allowDynamicBackends(enabled: boolean): void;

0 commit comments

Comments
 (0)