From 55aee2b025c09ad794aa40a74e27f41fdcfbef0a Mon Sep 17 00:00:00 2001 From: zetashift Date: Sun, 7 Jan 2024 23:20:19 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20scala-js?= =?UTF-8?q?/scala-js-dom@efe1b87772b114c95a3d30fcdddc603f0ebb0b23=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 02777aad..afe62585 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: