ulixee / hero

The web browser built for scraping
MIT License
657 stars 32 forks source link

feat: added extractorPromises into Client's CoreSession #84

Closed calebjclark closed 2 years ago

calebjclark commented 2 years ago

This will allow Databox's DomExtensions to register multiple extract functions in Hero CoreSession, both for ChromeAlive to know when extractors are finished (this will require connecting it into core). It also allows DataboxInternal to track the same extract promises that DomExtensions added.