getItem( )


Gets an item from local, session, or memory storage.

If an item does not exist, getItem() resolves to null.

Method Declaration
Copy
Method Parameters
keystringRequired

The key of the item to get.

Returns
Return Type:Promise<string>
Was this helpful?
Yes
No