mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-17 13:53:52 +02:00
forward declaration
This commit is contained in:
@@ -20,6 +20,8 @@ import gameLogService from './service/gamelog.js';
|
||||
speechSynthesis.getVoices();
|
||||
|
||||
(async function () {
|
||||
var $app = null;
|
||||
|
||||
await CefSharp.BindObjectAsync(
|
||||
'AppApi',
|
||||
'WebApi',
|
||||
|
||||
@@ -16,6 +16,8 @@ import webApiService from './service/webapi.js';
|
||||
speechSynthesis.getVoices();
|
||||
|
||||
(async function () {
|
||||
var $app = null;
|
||||
|
||||
await CefSharp.BindObjectAsync(
|
||||
'AppApi',
|
||||
'WebApi',
|
||||
|
||||
Reference in New Issue
Block a user