MCPcopy Create free account
hub / github.com/ecomfe/tempad-dev / isRewritableScript

Function isRewritableScript

packages/extension/entrypoints/rewrite.content.ts:71–73  ·  view source on GitHub ↗
(node: Node)

Source from the content-addressed store, hash-verified

69}
70
71function isRewritableScript(node: Node): node is HTMLScriptElement {
72 return node instanceof HTMLScriptElement && node.src.length > 0
73}
74
75function installScriptRewriteInterceptor({
76 shouldRewrite,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected