orbit/dev/scene-restart-probe.html

11 lines
697 B
HTML

<!doctype html><html><head><meta charset="utf-8"><base href="../">
<script>
window.__PAGE_ERRORS__ = [];
window.addEventListener('error', (e) => window.__PAGE_ERRORS__.push('error: ' + e.message + ' @ ' + (e.filename||'') + ':' + e.lineno));
window.addEventListener('unhandledrejection', (e) => window.__PAGE_ERRORS__.push('reject: ' + (e.reason && (e.reason.stack || e.reason) || e.reason)));
const oe = console.error.bind(console);
console.error = (...a) => { window.__PAGE_ERRORS__.push(a.map(String).join(' ').slice(0,800)); oe(...a); };
</script>
<script src="lib/phaser.min.js"></script></head>
<body><script type="module" src="dev/scene-restart-probe.mjs"></script></body></html>