History Api

[Solved] History Api | Swift - Code Explorer | yomemimo.com
Question : Web History API

Answered by : naly-moslih

<button onclick="myFunction()">Go Back</button>
<script>
function myFunction() { window.history.back();
}
</script>

Source : | Last Update : Mon, 30 May 22

Answers related to history api

Code Explorer Popular Question For Swift