You are stripping off query parameters how you are passing the path to create a request. pathname is not correct way.
The fact you don't support typings and don't work at all for searching. I'm just going to write my own implementation using fetch. It will actually be faster for me than trying to get this package working.
You are stripping off query parameters how you are passing the
pathto create a request.pathnameis not correct way.The fact you don't support typings and don't work at all for searching. I'm just going to write my own implementation using fetch. It will actually be faster for me than trying to get this package working.