We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Still not 100% sure of a great way to do this
The text was updated successfully, but these errors were encountered:
Client-side pinning demo code
names = ["08a7515c-8b9c-11ec-9f7a-0242ac120002", "223996d8-8b98-11ec-8a3b-0242ac120002"] window.localStorage.setItem("names", JSON.stringify(names)) namesret = JSON.parse(window.localStorage.getItem("names")) if(namesret.indexOf(targetId) != -1){ console.log(targetId); }
Sorry, something went wrong.
No branches or pull requests
Still not 100% sure of a great way to do this
The text was updated successfully, but these errors were encountered: