Files
ladybird/Tests/LibWeb/Text/expected/wpt-import/html/webappapis/scripting
Shannon Booth 8a8383d59d LibWeb/HTML: Invalidate frozen ports array on initMessageEvent
In the case that initMessageEvent is called (even with the same
ports), we should return a new array object. This fixes an issue
where the cached m_ports_array was not cleared, causing the
attribute to return the old object identity.
2026-01-06 11:49:06 +01:00
..