Skip to content

Commit 91f2438

Browse files
authored
Merge pull request #846 from IABTechLab/gwh-APIDOCS-3016-02-minor-mods
UID2 minor mods
2 parents 0d93e25 + e281f19 commit 91f2438

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/guides/integration-javascript-client-side.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ To implement, you'll need to complete the following steps:
4444

4545
## SDK for JavaScript Version
4646

47-
Support for client-side token generation is available in version 4.0.1 and above of the SDK.
47+
Support for client-side token generation is available in version 3.4.5 and above of the SDK.
4848

4949
The URL for the SDK is:
5050

docs/sdks/sdk-ref-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ The `init()` function can throw the following errors.
354354

355355
#### Legacy Callback Function
356356

357-
This is provided only for backward compatibility between version 3 or 4 and earlier versions: new integrations should use the new-style [callback function](#callback-function). Note that the callback parameters are not compatible in either direction: legacy callbacks cannot be registered using the [Array Push Pattern](#array-push-pattern), and new-style callbacks cannot be provided to `init`.
357+
This is provided only for backward compatibility between version 3 or 4 and earlier versions: new integrations should use the newer [callback function](#callback-function). Note that the callback parameters are not compatible in either direction: legacy callbacks cannot be registered using the [Array Push Pattern](#array-push-pattern), and newer callbacks cannot be provided to `init`.
358358

359359
For details, see [Legacy Callback Function](./sdk-ref-javascript-v2#callback-function) in the documentation for earlier versions of this SDK.
360360

0 commit comments

Comments
 (0)