mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:37:45 +00:00
LibWeb: Implement the legacy Audio factory function
This creates an Audio element with preload="auto" and the given src attribute. Required by Cookie Clicker.
This commit is contained in:
parent
79ea30bc96
commit
ed76b4238c
5 changed files with 249 additions and 151 deletions
|
@ -1,4 +1,5 @@
|
|||
set(SOURCES
|
||||
Bindings/AudioConstructor.cpp
|
||||
Bindings/CSSNamespace.cpp
|
||||
Bindings/CSSRuleWrapperFactory.cpp
|
||||
Bindings/CSSStyleDeclarationWrapperCustom.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue