implement Y.*Binding approach

This commit is contained in:
Kevin Jahns
2018-01-29 10:30:21 -08:00
parent 41a88dbc43
commit 94f6a0fd9c
6 changed files with 66 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<body>
<textarea style="width:80%;" rows=40 id="textfield" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"></textarea>
<textarea style="width:80%;" rows=40 autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"></textarea>
<script src="../../y.js"></script>
<script src='../../../y-websockets-client/y-websockets-client.js'></script>
<script src="./index.js"></script>