Skip to content

Leverage built-in fetch API (remove axios) #5

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

Merged
merged 2 commits into from
Aug 20, 2025

Conversation

dlackty
Copy link

@dlackty dlackty commented Mar 24, 2024

This pull request removes the axios dependency in favor of the built-in fetch API.

  • Reduced bundle size: Eliminates the need for an external library.
  • Improved compatibility: Enables usage in environments like Cloudflare Workers and Vercel Functions, which often have limited library support.
  • Modernization: Aligns with the growing adoption of fetch API in Node.js. Node.js 16 reaching end-of-life, and the later versions since Node.js 18 have fetch API built-in.

@laurynas laurynas merged commit cc1cf02 into detectlanguage:master Aug 20, 2025
@laurynas
Copy link
Member

Dear @dlackty, thank you for your valuable contribution!

I have incorporated it into v3.0.0 release:
https://github.com/detectlanguage/detectlanguage-node/releases/tag/v3.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants