@public-ui/components
Version:
Contains all web components that belong to KoliBri - The accessible HTML-Standard.
4 lines • 439 B
JavaScript
/*!
* KoliBri - The accessible HTML-Standard
*/
;let currentLocation;const subscribers=[],setCurrentLocation=o=>{currentLocation=o,subscribers.forEach((r=>{r(o)}))},onLocationChange=(o,r=!0)=>(r&&"string"==typeof currentLocation&&o(currentLocation),subscribers.push(o),()=>{const r=subscribers.indexOf(o);r>=0&&subscribers.splice(r,1)});exports.onLocationChange=onLocationChange,exports.setCurrentLocation=setCurrentLocation;