-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
community[patch]: cheerio loader fetch headers type error #5905
community[patch]: cheerio loader fetch headers type error #5905
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -86,7 +86,7 @@ export class CheerioWebBaseLoader | |||
timeout: number | undefined, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey team, just wanted to flag that the recent change in cheerio.ts
introduces a potential new external HTTP request using fetch
. This is flagged for your review to ensure it aligns with the project's requirements. Great work overall!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch! Thanks for pushing up this commit
…to fix/cheerio_fetch_headers_type
Fix: cheerio loader headers type is not fetch request headers