From cef9fe90c6098dfd995133feaa96fb91e0b975a5 Mon Sep 17 00:00:00 2001 From: armanbilge Date: Wed, 27 Sep 2023 23:43:14 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20scala-js?= =?UTF-8?q?/scala-js-dom@aa82b8f5ea155c5c0835d64dfa4b70e4641e68b4=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index a2467854..4a4869b4 100644 --- a/index.html +++ b/index.html @@ -115,7 +115,7 @@

Run
div
+}
Run
div

Node.onmousemove

def main(pre: html.Pre) = {
@@ -130,7 +130,7 @@ 

Hover this box!
+}
Hover this box!

dom.btoa

def main(in: html.Input,
@@ -139,7 +139,7 @@ 

+}

dom.localStorage

def main(in: html.Input, box: html.Div) = {
@@ -155,7 +155,7 @@ 

+}

dom.HTMLCanvasElement

def main(c: html.Canvas) = {
@@ -178,7 +178,7 @@ 

+}

dom.Fetch

def main(pre: html.Pre) = {
@@ -197,7 +197,7 @@ 

Run
output
+}
Run
output

dom.Websocket

def main(in: html.Input,
@@ -214,7 +214,7 @@ 

output
+}
output

Element.style

def main(div: html.Div) = {
@@ -226,7 +226,7 @@ 

Run
div
+}
Run
div

The goal of this project is to provide a thin-but-idiomatic-scala interface to modern browser APIs. In particular: