Skip to content

Commit 073f149

Browse files
wording changes
1 parent d625fce commit 073f149

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/sdks/sdk-ref-javascript.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ Specifies whether a UID2 [POST /token/generate](../endpoints/post-token-gen
435435

436436
### isIdentityAvailable(): boolean <New3100 />
437437

438-
Specifies whether an identity is available. An identity can be available if there is an identity, in local storage or a cookie, that is not expired, or if there is an active request.
438+
Determines whether an identity is available: for example, if there is an unexpired identity in local storage or a cookie, or an existing active request.
439439

440440
If false, a UID2 [POST&nbsp;/token/generate](../endpoints/post-token-generate.md) call is required.
441441

@@ -471,7 +471,7 @@ If you need to provide a `cookieDomain` or `cookiePath` for the SDK to access th
471471

472472
### abort(): void <Deprecated3100 />
473473

474-
This function is deprecated and will be removed altogether in June of 2025. Use [disconnect()](#disconnect-void) instead as it performs the same logic as `abort()` plus a more thorough disconnection.
474+
This function is deprecated and support will be removed completely in June of 2025. Instead, use [disconnect()](#disconnect-void) which has the same functionality as `abort()` and also includes more thorough disconnection steps.
475475

476476
Terminates any background timers or requests. The UID2 object remains in an unspecified state and cannot be used anymore.
477477

0 commit comments

Comments
 (0)