mirror of
https://github.com/earendil-works/pi.git
synced 2026-06-18 15:54:04 +08:00
Fixed loadContent() and execute() to set srcdoc at the correct time: - loadContent(): Now sets srcdoc after creating iframe (was missing entirely) - execute(): Now sets srcdoc after setting up message listeners and creating iframe (was setting before iframe existed) This prevents missing postMessage events from the sandboxed iframe.