mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-14 06:50:01 -04:00
feat: add html frame support
This commit is contained in:
parent
4263feca61
commit
a8f9073986
2 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,7 @@ export default function (client: ScramjetClient, self: typeof window) {
|
||||||
self.HTMLImageElement,
|
self.HTMLImageElement,
|
||||||
self.HTMLMediaElement,
|
self.HTMLMediaElement,
|
||||||
self.HTMLIFrameElement,
|
self.HTMLIFrameElement,
|
||||||
|
self.HTMLFrameElement,
|
||||||
self.HTMLEmbedElement,
|
self.HTMLEmbedElement,
|
||||||
self.HTMLScriptElement,
|
self.HTMLScriptElement,
|
||||||
self.HTMLSourceElement,
|
self.HTMLSourceElement,
|
||||||
|
|
|
@ -122,6 +122,7 @@ export const htmlRules: {
|
||||||
"img",
|
"img",
|
||||||
"image",
|
"image",
|
||||||
"iframe",
|
"iframe",
|
||||||
|
"frame",
|
||||||
"source",
|
"source",
|
||||||
"input",
|
"input",
|
||||||
"track",
|
"track",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue