Files
ladybird/Libraries/LibWeb/HTML/Worker.h
CountBleck ffdc333e95 LibWeb: Construct Worker objects using JS::Realm, not DOM::Document
Since no part of the process of constructing a Worker needs anything
from the document, the realm makes more sense to use, especially since
we're given one to begin with. This change is necessary to allow Workers
to be constructed by workers.
2026-01-31 22:45:08 +01:00

2.4 KiB