Skip to content

Commit

Permalink
Fix DOMParser and XMLSerializer
Browse files Browse the repository at this point in the history
  • Loading branch information
DerGoogler authored Jun 21, 2024
1 parent 4fbaeab commit a89c848
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Website/src/native/IsolatedEval/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,9 @@ class IsolatedEval<T = any> {
this._prototypeWhitelist.set(EventTarget, new Set());
this._prototypeWhitelist.set(NamedNodeMap, new Set());
this._prototypeWhitelist.set(IsoDOMParser, new Set());
this._prototypeWhitelist.set(DOMParser, new Set());
this._prototypeWhitelist.set(IsoXMLSerializer, new Set());
this._prototypeWhitelist.set(XMLSerializer, new Set());
this._prototypeWhitelist.set(SuFile, new Set());
this._prototypeWhitelist.set(ShellClass, new Set());
this._prototypeWhitelist.set(View, new Set());
Expand Down

0 comments on commit a89c848

Please sign in to comment.