From 70bb7b92061fd57c3e547bb5d2f2f13cc84ce891 Mon Sep 17 00:00:00 2001 From: Denis Seleznev Date: Sun, 28 Jul 2024 17:32:16 +0300 Subject: [PATCH] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 9fb746f..55a09b8 100644 --- a/index.html +++ b/index.html @@ -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;