SerenityOS / serenity

The Serenity Operating System 🐞
https://serenityos.org
BSD 2-Clause "Simplified" License
30.45k stars 3.18k forks source link

Cherry-pick "LibWeb: Implement stub for ElementInternals" #24591

Closed nico closed 3 months ago

nico commented 3 months ago

This implements a stub ElementInternals object which implements the shadowRoot getter only.

Also implement attachInternals function.

(cherry picked from commit a65f1ecc375fa02deeab5d0e7ab4702972ffa72e)


This cherry-picks the commit from https://github.com/LadybirdBrowser/ladybird/pull/272