_push.js schmeißt im Forum nen Fehler raus und hält bei aufruf die Seite an.
throw new Error("Unsupported");
Konsole:
Code
class Push {
onConnect(callback) {
return __awaiter(this, void 0, void 0, function* () {
throw new Error("Unsupported");
});
}
onDisconnect(callback) {
return __awaiter(this, void 0, void 0, function* () {
throw new Error("Unsupported");
});
}
onMessage(message, callback) {
return __awaiter(this, void 0, void 0, function* () {
throw new Error("Unsupported");
Display More
Behindert eigentlich alles was JS benötigt...
LG
Jacky