Skip to content

Commit b179d4d

Browse files
committed
refresh from main + fix links on 2 headings
1 parent af2ff52 commit b179d4d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/sdks/sdk-ref-javascript.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,9 @@ Specifies whether a UID2 [POST /token/generate](../endpoints/post-token-gen
432432
| `true` | The identity is not available. This value indicates any of the following:<ul><li>The user has opted out.</li><li>The refresh token has expired.</li><li>A first-party cookie is not available and no server-generated identity has been supplied.</li></ul> |
433433
| `false` | This value indicates one of the following:<ul><li>The identity is present and valid.</li><li>The identity has expired (but the refresh token has not expired), and the token was not refreshed due to an intermittent error. The identity might be restored after a successful auto-refresh attempt.</li></ul> |
434434

435-
### isIdentityAvailable(): boolean <New3100 />
435+
### isIdentityAvailable(): boolean
436+
437+
<New3100 />
436438

437439
Determines whether an identity is available: for example, if there is an unexpired identity in local storage or in a cookie, or if an identity has already been requested.
438440

@@ -468,7 +470,9 @@ After this function is executed, the [getAdvertisingToken()](#getadvertisingtoke
468470
If you need to provide a `cookieDomain` or `cookiePath` for the SDK to access the correct cookie, and `init` has not been completed, the SDK cannot clear the cookie. In this case, no error is raised.
469471
:::
470472

471-
### abort(): void <Deprecated3100 />
473+
### abort(): void
474+
475+
<Deprecated3100 />
472476

473477
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()`, but also includes more thorough disconnection logic.
474478

0 commit comments

Comments
 (0)