File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -231,6 +231,8 @@ const requestIdentifier = store.getId();
231231
232232Gets the short unique store id created for the current context/scope.
233233
234+ Note: This is same as ` getId(); ` the difference being it only returns the first 8 characters.
235+
234236- ` @returns {string | undefined} ` - Returns the short unique store id.
235237
236238``` js
Original file line number Diff line number Diff line change @@ -237,6 +237,8 @@ export function getId(): string | undefined {
237237/**
238238 * Gets the short unique domain id created for the current context / scope.
239239 *
240+ * Note: This is same as `getId();` the difference being it only returns the first 8 characters.
241+ *
240242 * @returns {(string | undefined) }
241243 */
242244export function getShortId ( ) : string | undefined {
Original file line number Diff line number Diff line change @@ -202,6 +202,8 @@ export function getId(): string | undefined {
202202/**
203203 * Gets the short unique domain id created for the current context / scope.
204204 *
205+ * Note: This is same as `getId();` the difference being it only returns the first 8 characters.
206+ *
205207 * @returns {(string | undefined) }
206208 */
207209export function getShortId ( ) : string | undefined {
You can’t perform that action at this time.
0 commit comments