Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
hcodes authored Jul 28, 2024
1 parent 175c1e5 commit 70bb7b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
text += window.MediaSource ? ('MediaSource.isTypeSupported: ' + typeof window.MediaSource.isTypeSupported) : '';

document.querySelector('#output').innerHTML = text;
document.querySelector('#output-orientation').innerHTML = window.screen.orientation;
document.querySelector('#output-orientation').innerHTML = 'window.orientation: ' + window.orientation;

</script>

Expand Down

0 comments on commit 70bb7b9

Please sign in to comment.