MCPcopy Create free account
hub / github.com/getsentry/sentry-javascript / remove

Method remove

packages/deno/lib.deno.d.ts:17037–17037  ·  view source on GitHub ↗
(node: Node)

Source from the content-addressed store, hash-verified

17035 insertTextBefore(node: Node, text: string): Fix;
17036 insertTextBeforeRange(range: Range, text: string): Fix;
17037 remove(node: Node): Fix;
17038 removeRange(range: Range): Fix;
17039 replaceText(node: Node, text: string): Fix;
17040 replaceTextRange(range: Range, text: string): Fix;

Callers 13

takeFromProfileQueueFunction · 0.65
lru.test.tsFile · 0.65
removeFunction · 0.65
removeFromDomFunction · 0.65
removeFromDomFunction · 0.65
removeMetaTagFunction · 0.65
moveElementFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected