()
| 1125 | }; |
| 1126 | new Function("window", "document", "EventSource", "fetch", "setTimeout", "clearTimeout", "console", script)(win, doc, ES, fetchShim, setTimeout, clearTimeout, console); |
| 1127 | const settle = async () => { await new Promise((r) => setTimeout(r, 0)); await new Promise((r) => setTimeout(r, 0)); }; |
| 1128 | return { |
| 1129 | async ready() { await settle(); return this; }, |
| 1130 | app: () => (slots.app ? slots.app._html : ""), |