mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-15 14:11:50 +03:00
4 lines
93 B
HTML
4 lines
93 B
HTML
<script>
|
|
window.registrationPromise = navigator.serviceWorker.register('sw.js');
|
|
</script>
|