/
a19x9y7
/
SolarScrap2
Обзор
Документация
Войти
/
a19x9y7
/
SolarScrap2
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
scripts/offlineclient.js
1 строка
564 B
a19x9y7
Create: new_file, c3main.js, c3runtime.js, dispatchworker.js, jobworker.js, main.js, modernjscheck.js, objRefTable.js, offlineclient.js, register-sw.js, supportcheck.js
20 июл 2026, 07:35
Верифицирован
20 июл 2026, 07:35
b8bac69
Код
Авторство
О чём код?
"use strict";{class s{constructor(){this._broadcastChannel="undefined"==typeof BroadcastChannel?null:new BroadcastChannel("offline"),this._queuedMessages=[],this._onMessageCallback=null,this._broadcastChannel&&(this._broadcastChannel.onmessage=s=>this._OnBroadcastChannelMessage(s))}_OnBroadcastChannelMessage(s){this._onMessageCallback?this._onMessageCallback(s):this._queuedMessages.push(s)}SetMessageCallback(s){this._onMessageCallback=s;for(let s of this._queuedMessages)this._onMessageCallback(s);this._queuedMessages.length=0}}window.OfflineClientInfo=new s}