(o = 1e3)
| 4 | pageY: 0 |
| 5 | }; |
| 6 | function c(o = 1e3) { |
| 7 | return new Promise((t) => { |
| 8 | setTimeout(() => { |
| 9 | t(); |
| 10 | }, o); |
| 11 | }); |
| 12 | } |
| 13 | const a = async (o, t) => { |
| 14 | if (!document || !o.content) |
| 15 | throw new Error("exist error json or document not loaded"); |