次のエラーがあります。
Error: uncaught OPA exception {OpaRPC_Server: {timeout: {client: {client: $"j98soqx7hbavgq2scg915j7mlkctdeop"$; page: $1
042254815$}; fun_id: $"_v0_get_value_stdlib.core.xhtml"$}}}
以下の簡単なコードで:
function start()
{
content = <textarea style="width:30%;" rows=1 id=#text > text </textarea> <+>
<div id=#copy></div>
Scheduler.timer(3000, function() {#copy =+ Dom.get_value(#text)})
content
}
Server.start(
Server.http,
{ page:start,
title:"bug timer"
}
)
アプリケーションを実行しているタブを閉じると、エラーが表示されます。タブを閉じてもタイマーが動作し続けているようです。
どうすればそれを止めることができますか?
ありがとう、
ケーマン