From a55186e09218e314d27f9e2553fe89923dbbba77 Mon Sep 17 00:00:00 2001 From: Marvin Scham Date: Thu, 25 Aug 2022 23:53:09 +0200 Subject: [PATCH] Added js proxy example --- snippets/pyscript-jsproxy.html | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 snippets/pyscript-jsproxy.html diff --git a/snippets/pyscript-jsproxy.html b/snippets/pyscript-jsproxy.html new file mode 100644 index 0000000..9fa5873 --- /dev/null +++ b/snippets/pyscript-jsproxy.html @@ -0,0 +1,5 @@ + + + import js + console.log(document.title) +