superfaceai / service-client

Library provides client for superface backend apis.
MIT License
5 stars 1 forks source link

Remove URL and URLSearchParams #72

Closed freaz closed 2 years ago

freaz commented 2 years ago

Description

Motivation and Context

service-client needs to run in Browser.

Types of changes

Checklist:

freaz commented 2 years ago

Found better way.

It is enoigh to remove the import and ude url from global scope. Which will work in node.js but also in browsers.

https://nodejs.org/api/url.html#class-url

https://caniuse.com/?search=url