MCPcopy Index your code
hub / github.com/docsifyjs/docsify / off

Function off

src/core/util/dom.js:81–85  ·  view source on GitHub ↗
(el, type, handler)

Source from the content-addressed store, hash-verified

79}
80
81export function off(el, type, handler) {
82 isFn(type)
83 ? window.removeEventListener(el, type)
84 : el.removeEventListener(type, handler);
85}
86
87/**
88 * Toggle class

Callers

nothing calls this directly

Calls 1

isFnFunction · 0.90

Tested by

no test coverage detected