Skip to content

Commit a5a6897

Browse files
committed
Update terms config doc
1 parent 662b96a commit a5a6897

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 needed.`
101+
default="undefined"
102102
example="true"
103103
/>}}
104104

0 commit comments

Comments
 (0)