Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

listen to change event to update state #2

Open
kumavis opened this issue Aug 14, 2022 · 0 comments
Open

listen to change event to update state #2

kumavis opened this issue Aug 14, 2022 · 0 comments

Comments

@kumavis
Copy link

kumavis commented Aug 14, 2022

https://developer.mozilla.org/en-US/docs/Web/API/PermissionStatus/change_event

  permissionStatus.onchange = () => {
    console.log(`geolocation permission state has changed to ${permissionStatus.state}`);
  };
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant