forward declaration

This commit is contained in:
pypy
2021-01-21 12:35:03 +09:00
parent 725a4f852e
commit 3dcb5ad07d
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -20,6 +20,8 @@ import gameLogService from './service/gamelog.js';
speechSynthesis.getVoices(); speechSynthesis.getVoices();
(async function () { (async function () {
var $app = null;
await CefSharp.BindObjectAsync( await CefSharp.BindObjectAsync(
'AppApi', 'AppApi',
'WebApi', 'WebApi',
+2
View File
@@ -16,6 +16,8 @@ import webApiService from './service/webapi.js';
speechSynthesis.getVoices(); speechSynthesis.getVoices();
(async function () { (async function () {
var $app = null;
await CefSharp.BindObjectAsync( await CefSharp.BindObjectAsync(
'AppApi', 'AppApi',
'WebApi', 'WebApi',