diff --git a/files/en-us/glossary/windowproxy/index.html b/files/en-us/glossary/windowproxy/index.html new file mode 100644 index 000000000000000..9917ea2b4276ec6 --- /dev/null +++ b/files/en-us/glossary/windowproxy/index.html @@ -0,0 +1,15 @@ +--- +title: WindowProxy +slug: Glossary/WindowProxy +tags: + - Glossary + - Window + - WindowProxy +--- +
A WindowProxy
object is a wrapper for a Window
object. A WindowProxy
object exists in every browsing context. All operations performed on a WindowProxy
object will also be applied to the underlying Window
object it currently wraps. Therefore, interacting with a WindowProxy
object is almost identical to directly interacting with a Window
object. When a browsing context is navigated, the Window
object its WindowProxy
wraps is changed.