forked from mirrors/0ad
6ead0d2f92
Pages can replace themselfe by another (continuation) page.
5 lines
60 B
JavaScript
5 lines
60 B
JavaScript
async function init(arg)
|
|
{
|
|
return arg + " Continuation";
|
|
}
|