Files
Jindřich Bär 6bcd06e668 feat: split enqueueLinks into extractLinks + addRequests (#4010)
Moves the `requestManager`-bound enqueueing logic into
`BasicCrawlerContext.addRequests`, and each DOM-aware crawler now
exposes its own `extractLinks()` plus an `enqueueLinks()` that composes
`extractLinks` + `addRequests`.

This aligns the JS implementation with what Python does, to some extent.

Closes #3081
2026-08-18 17:48:52 +02:00
..
2024-02-16 14:58:29 +01:00