Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Jina AI MCP Server
Claim
by
Sheshiyer
GitHub
Search
Image & Video Processing
JavaScript
MIT License
1
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
node_modules
axios
lib
platform
browser
classes
node_modules/axios/lib/platform/browser/classes/Blob.js
node_modules/axios/lib/platform/browser/classes/FormData.js
node_modules/axios/lib/platform/browser/classes/URLSearchParams.js
'
use strict
'
;
import
AxiosURLSearchParams
from
'
../../../helpers/AxiosURLSearchParams.js
'
;
export
default
typeof
URLSearchParams
!==
'
undefined
'
?
URLSearchParams
:
AxiosURLSearchParams
;