ladybird/Userland
Timothy Flynn 0a819e628e LibWeb+WebContent: Store console clients on the DOM document
We explicitly stopped visting the map of documents to console clients in
commit 44659f2f2a to avoid keeping the
document alive. However, if nothing else visits the console clients, we
may set the top-level console client to a client that has been garbage
collected.

So instead of storing this map, just store the console client on the
document itself. This will allow the document to visit its client.
2024-08-01 11:35:49 +02:00
..
Libraries LibWeb+WebContent: Store console clients on the DOM document 2024-08-01 11:35:49 +02:00
Services LibWeb+WebContent: Store console clients on the DOM document 2024-08-01 11:35:49 +02:00
Utilities Utilities/js: Make it possible to exit via two consecutive ^C's 2024-07-27 11:49:45 +01:00