mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 06:56:04 +02:00
forward declaration
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user