pub fn start_into(sig: Signal<String>)Expand description
Start recording, mirroring the script text into sig on every event — the streaming, editable
buffer an app binds a text_area to. Called again while already recording, it re-targets the
stream at sig (keeping the recording so far) rather than restarting — what a page needs after
it was disposed and rebuilt mid-recording.