Extract HTML Page variable from script-tag in Javascript
How can I extract a variable from a script tag of the page from a returned HTML Page in Javasc./Typescript? My API request to the Server: const response = await fetch( ... ) The response contains a big HTML Page,…