You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some use cases it is necessary for the plugin to see the DOM.
For example, consider a web based game where you have many character profiles and you want to prove the level of a specific character.
Assume that when you click a character from your characters list, it fetch's the character data using the API endpoint api.game.com/character/1234 but it remains on the same page game.com/characters.
The only way for the plugin to know which character ID to notarise would be to either:
For some use cases it is necessary for the plugin to see the DOM.
For example, consider a web based game where you have many character profiles and you want to prove the level of a specific character.
Assume that when you click a character from your characters list, it
fetch
's the character data using the API endpointapi.game.com/character/1234
but it remains on the same pagegame.com/characters
.The only way for the plugin to know which character ID to notarise would be to either:
The text was updated successfully, but these errors were encountered: