UNPKG

quoad

Version:

Serenity/JS: Next generation acceptance testing library for modern web applications.

15 lines (13 loc) 304 B
<html lang="en"> <body> <h1 id="h">Hello!</h1> </body> <script> const reloaded = window.performance.getEntriesByType("navigation") .map(entry => entry.type) .includes('reload'); if(reloaded) { document.getElementById('h').textContent = 'Reloaded' } </script> </html>