webgpu-arena / registerSW.js
ogerly
Deploy WebGPU-Arena with relative paths
969ca0d
raw
history blame contribute delete
136 Bytes
if('serviceWorker' in navigator) {window.addEventListener('load', () => {navigator.serviceWorker.register('./sw.js', { scope: './' })})}