mirror of
https://github.com/servo/servo
synced 2026-05-12 01:46:28 +02:00
Switch `PostMessage` of `Worker`, `DedicatedWorkerGlobalScope` and `ServiceWoker` to use `&mut JSContext`, propagating it to `post_message_impl`. Testing: A successful build is enough Signed-off-by: Gae24 <96017547+Gae24@users.noreply.github.com>