Experimental successor to rescript-webapi
Install the package using your favorite package manager:
npm i @rescript/webapi@experimentaland add @rescript/webapi to your rescript.json:
{
"dependencies": [
"@rescript/webapi"
]
}let location = WebAPI.Window.current->WebAPI.Window.location
let href = location.href
location->WebAPI.Location.reloadMore information can be found on https://rescript-lang.github.io/experimental-rescript-webapi/