Skip to content
Snippets Groups Projects
Unverified Commit c3592e8c authored by syuilo's avatar syuilo Committed by GitHub
Browse files

Update boot.js

parent d153d3b7
No related branches found
No related tags found
No related merge requests found
......@@ -58,6 +58,7 @@
// 読み込まれたスクリプトからこのタイマーを解除できるように、
// グローバルにタイマーIDを代入しておく
window.mkBootTimer = window.setTimeout(async () => {
// TODO: サーバーが落ちている場合などのエラーハンドリング
const res = await fetch('/api/meta', {
method: 'POST',
cache: 'no-cache'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment