MCPcopy Create free account
hub / github.com/deta/surf / createWebviewExtractor

Method createWebviewExtractor

packages/web-parser/src/index.ts:103–105  ·  view source on GitHub ↗
(document: Document)

Source from the content-addressed store, hash-verified

101 }
102
103 createWebviewExtractor(document: Document) {
104 return new WebViewExtractor(this.url, document)
105 }
106
107 getPageInfo() {
108 const appParser = this.createAppParser()

Callers 4

runActionUsingWebviewMethod · 0.95
constructorMethod · 0.80
constructorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected