MCPcopy
hub / github.com/mathuo/dockview / constructor

Method constructor

packages/dockview-core/src/__tests__/resizable.spec.ts:22–24  ·  view source on GitHub ↗
(cb: (entries: any[]) => void)

Source from the content-addressed store, hash-verified

20 originalResizeObserver = window.ResizeObserver;
21 (window as any).ResizeObserver = class {
22 constructor(cb: (entries: any[]) => void) {
23 observerCallbacks.push(cb);
24 }
25 observe(): void {
26 /* noop */
27 }

Callers

nothing calls this directly

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected