From 71007f6ebbfe181472d82cd003698189974c6df2 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Mon, 18 May 2020 21:59:16 +0200 Subject: [PATCH] LibWeb: Add location.protocol and location.host --- Base/home/anon/www/location.html | 2 ++ Libraries/LibWeb/Bindings/LocationObject.cpp | 23 ++++++++++++++++++++ Libraries/LibWeb/Bindings/LocationObject.h | 2 ++ 3 files changed, 27 insertions(+) diff --git a/Base/home/anon/www/location.html b/Base/home/anon/www/location.html index 9405fd93fc..fd04896897 100644 --- a/Base/home/anon/www/location.html +++ b/Base/home/anon/www/location.html @@ -12,6 +12,8 @@