From 75c56ff471b1500ac5aa9fd6791218f069c38574 Mon Sep 17 00:00:00 2001 From: armanbilge Date: Wed, 20 Mar 2024 12:24:06 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20scala-js?= =?UTF-8?q?/scala-js-dom@02611c2223e0394f01a984a2857df94069289885=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 2ccd31a0..744357ac 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: