Created
February 13, 2022 09:58
-
-
Save rickd-uk/08bd5fc59f3f3382ec8735fbfb822d5d to your computer and use it in GitHub Desktop.
Ask User Permission To Allow Sound (HTML)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="alert"> | |
<p>This webpage would like to play sounds</p> | |
<p class="buttons"> | |
<button value="0">Block</button> | |
<button value="1">Allow</button> | |
</p> | |
</div> | |
<button id="btn">trigger notification</button> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment