
Status | No key-value pair written yet |
Enter Key | |
Enter Value | |
localStorage.setItem('someKey', someValue); localStorage.getItem('someKey'); // value // Can also access as a property. localStorage.someKey = someValue;
Status | No key-value pair written yet |
Enter Key | |
Enter Value | |
Device APIs WG: www.w3.org/2009/dap/
navigator.onLine
/ navigator.connection
( network connectivity ) <audio width="320" height="240" controls="controls">
<source src="audio/movie.mp4" type="audio/mp4"/>
<source src="audio/movie.ogg" type="audio/ogg" />
Your browser does not support the audio tag.
</audio>
<video width="320" height="240" controls="controls">
<source src="video/movie.mp4" type="video/mp4"/>
<source src="video/movie.ogg" type="video/ogg" />
Your browser does not support the video tag.
</video>
Feel free to contact me!