You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now it does this, which is hilarious but not ideal.
This example demonstrates the full extent of the issue:
#!/bin/bash
IFS=''read -r -d '' page <<"EOF"<DOCTYPE html><html><head> <style> BODY { color: #FFF } </style></head><body> <h1>This is an HTML document!</h1></body></html>EOFecho -e "\x1B]21337;web-terminal;write-srcdoc;${page}\x1B\\"echo -e "\x1B]21337;web-terminal;write-srcdoc;${page}\x1B\\"# BUG: text renders under iframe without sleep
sleep 0.1
echo"output after sleeping"
The text was updated successfully, but these errors were encountered:
Right now it does this, which is hilarious but not ideal.
This example demonstrates the full extent of the issue:
The text was updated successfully, but these errors were encountered: