Files
servo/components/script
Simon Wülker aed7e8cefd Remove BlobState abstraction (#35114)
The BlobState enum was used to track whether a GlobalScope
was managing any blobs (effectively like an `Option<HashMap>`,
being `None` if no blobs are being managed)

This is a pointless abstraction, as a HashMap is already allowed
to be empty. Removing `BlobState` and just using a
HashMap directly reduces noise and panic! invocations when
working with the blob store.

Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
2025-01-22 14:50:37 +00:00
..
2023-12-16 09:32:20 +00:00
2025-01-22 14:50:37 +00:00
2025-01-10 08:19:19 +00:00
2025-01-10 08:19:19 +00:00
2025-01-10 08:19:19 +00:00