Skip to content

portapack


portapack / types / PageEntry

Interface: PageEntry

Defined in: types.ts:50

Represents a single page crawled during recursive bundling. Used as input for the multi-page bundler.

Properties

html

html: string

Defined in: types.ts:55

Raw HTML content of the crawled page


url

url: string

Defined in: types.ts:52

Full resolved URL of the crawled page

Released under the MIT License