1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 02:17:35 +00:00

LibWeb: Ignore MessagePort.start() on already-closed port

This matches other browsers, and fixes an assertion found by Domato.
This commit is contained in:
Andreas Kling 2024-03-12 10:53:21 +01:00
parent c11f710628
commit 43d2c920e0
3 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1 @@
PASS (didn't crash)