Skip to content

Commit bb1be46

Browse files
authored
Update terms config doc (#180)
2 parents 623339e + 6e7bbc3 commit bb1be46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/terms/reference/declaration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ As an array of those:
9797
type="boolean"
9898
description=`Boolean flag to execute client-side JavaScript before accessing content.
9999

100-
When enabled, this loads the page in a headless browser to execute client-side scripts and load dynamic content, which is necessary when JavaScript modifies or loads content after the initial page load.`
101-
default=false
100+
When enabled, this loads the page in a headless browser to execute client-side scripts and load dynamic content, which is necessary when JavaScript modifies or loads content after the initial page load. If undefined, the engine will automatically balance performance and tracking success rate, defaulting to not executing scripts and escalating to headless browser if the page fails to load.`
101+
default="undefined"
102102
example="true"
103103
/>}}
104104

0 commit comments

Comments
 (0)