diff --git a/apps/web-api-demo/index.html b/apps/web-api-demo/index.html index acb0ca2a..433a194b 100644 --- a/apps/web-api-demo/index.html +++ b/apps/web-api-demo/index.html @@ -11,6 +11,7 @@
scrollX:
+scrollY:
+innerWidth:
+innerHeight:
+outerWidth:
+outerHeight:
+screenLeft:
+screenTop:
++ scrollX: {{ scrollX }} +
++ scrollY: {{ scrollY }} +
++ innerWidth: {{ innerWidth }} +
++ innerHeight: {{ innerHeight }} +
++ outerWidth: {{ outerWidth }} +
++ outerHeight: {{ outerHeight }} +
++ screenLeft: {{ screenLeft }} +
++ screenTop: {{ screenTop }} +
+