pyodide.open_url

pyodide.open_url(url: str)_io.StringIO

Fetches a given URL

Parameters

url – URL to fetch

Returns

Return type

a io.StringIO object with the contents of the URL.