Add addLink doc (#890)

It's helpful to know this function is there!
This commit is contained in:
Ed Summers 2025-10-02 15:45:55 -04:00 committed by GitHub
parent f7a080fe83
commit cc2d890916
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -266,6 +266,7 @@ Some of these functions which may be of use to behaviors authors are:
- `scrollToOffset`: scroll to particular offset
- `scrollIntoView`: smoothly scroll particular element into view
- `getState`: increment a state counter and return all state counters + string message
* `addLink`: add a given URL to the crawl queue
More detailed references will be added in the future.