mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:47:35 +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
5
Userland/Libraries/LibWeb/DOM/XMLDocument.idl
Normal file
5
Userland/Libraries/LibWeb/DOM/XMLDocument.idl
Normal file
|
@ -0,0 +1,5 @@
|
|||
#import <DOM/Document.idl>
|
||||
|
||||
[Exposed=Window]
|
||||
interface XMLDocument : Document {
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue