[web] Get SSO import data from File rather than FileReader GitOrigin-RevId: 89de9c614024ab6a310a6226f59c5aa8c82c64e4
@@ -136,3 +136,5 @@ const { addHook } = require('pirates')
addHook(() => '', { exts: ['.css'], ignoreNodeModules: false })
globalThis.HTMLElement.prototype.scrollIntoView = () => {}
+
+globalThis.DOMParser = window.DOMParser