script name change

Changing script name to webAppClient
This commit is contained in:
Sai Raj 2020-02-26 15:48:47 +05:30 committed by GitHub
parent 149ada4c9b
commit c6639a899c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,9 +14,9 @@
<body> <body>
TEST_MODE (use console) TEST_MODE (use console)
<script id="webappClient"> <script id="webAppClient">
//Add this to the client script to request data from floWebappServer //Add this to the client script to request data from floWebappServer
const webappClient = { const webAppClient = {
util: { util: {
sendData(data) { sendData(data) {
return new Promise((resolve, reject) => { return new Promise((resolve, reject) => {