MCPcopy Create free account
hub / github.com/Useful-Scripts-Extension/useful-script /

Class

scripts/libs/utils/mouseObserver.js:8–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6 */
7
8export class MouseObserver {
9 constructor(observeOpt) {
10 this.observer = new IntersectionObserver((infoList) => {
11 infoList.forEach((info) => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected