mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 03:57:44 +00:00
LibWeb: Add XMLDocument stub
Required by old versions of Pixi.js's XMLFormat bitmap font loader.
db824181dc/packages/text-bitmap/src/formats/XMLFormat.ts (L16)
This commit is contained in:
parent
3d0ac399c4
commit
1f863de9aa
7 changed files with 59 additions and 1 deletions
|
@ -51,6 +51,7 @@ libweb_js_bindings(DOM/ShadowRoot)
|
|||
libweb_js_bindings(DOM/StaticRange)
|
||||
libweb_js_bindings(DOM/Text)
|
||||
libweb_js_bindings(DOM/TreeWalker)
|
||||
libweb_js_bindings(DOM/XMLDocument)
|
||||
libweb_js_bindings(DOMParsing/XMLSerializer)
|
||||
libweb_js_bindings(Encoding/TextDecoder)
|
||||
libweb_js_bindings(Encoding/TextEncoder)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue