mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-12 19:19:30 +00:00
LibWeb: Remove resolved FIXME about caching in HTMLCollection
This commit is contained in:
parent
9098fa23a2
commit
8fa0730b84
Notes:
sideshowbarker
2024-07-17 05:02:42 +09:00
Author: https://github.com/shannonbooth
Commit: 8fa0730b84
Pull-request: https://github.com/SerenityOS/serenity/pull/23788
1 changed files with 0 additions and 4 deletions
|
@ -21,10 +21,6 @@ namespace Web::DOM {
|
|||
// The filter is a simple Function object that answers the question
|
||||
// "is this Element part of the collection?"
|
||||
|
||||
// FIXME: HTMLCollection currently does no caching. It will re-filter on every access!
|
||||
// We should teach it how to cache results. The main challenge is invalidating
|
||||
// these caches, since this needs to happen on various kinds of DOM mutation.
|
||||
|
||||
class HTMLCollection : public Bindings::PlatformObject {
|
||||
WEB_PLATFORM_OBJECT(HTMLCollection, Bindings::PlatformObject);
|
||||
JS_DECLARE_ALLOCATOR(HTMLCollection);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue