mirror of
https://github.com/falsycat/ar.falsy.cat.git
synced 2024-11-17 00:34:52 +00:00
1 line
358 B
JavaScript
1 line
358 B
JavaScript
|
import{apply,navigate,prefetch,router,}from"https://unpkg.com/million@1.11.5/dist/router.mjs";export const attachSPARouting=(e,n)=>{window.Million={apply,navigate,prefetch,router};const t=()=>requestAnimationFrame(n);window.addEventListener("DOMContentLoaded",()=>{apply(t=>e(t)),e(),router(".singlePage"),t()}),window.addEventListener("million:navigate",t)}
|