Hey i'm trying to use the DOMParser api inside a vscode extension that i'm making right now. vscode tells me it cant find the DOMParser instance and relevant methods when i try to use it. I managed to use a library to achieve parsing html.
I'm curious why the DOMParser api cant be used in the environment. Is it because it's not ran in an environment like the browser?
thanks.