Files
ladybird/Tests/LibCore/TestLibCorePromise.cpp
Andreas Kling 134fd8e413 LibCore: Don't have Promise inherit from EventReceiver
This was only used for parenting promises to each other, but we can do
that with a simple vector of children.
2025-08-11 16:55:25 +02:00

5.5 KiB