BOC v1.0: RS256 auth, Ledger integration, Prometheus metrics, CI/CD, backup
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
function addDomEvent(target, eventName, handler, options = { passive: true }) {
|
||||
target.addEventListener(eventName, handler, options);
|
||||
return () => target.removeEventListener(eventName, handler, options);
|
||||
}
|
||||
|
||||
export { addDomEvent };
|
||||
//# sourceMappingURL=add-dom-event.mjs.map
|
||||
Reference in New Issue
Block a user