use standard URLSearchParams insead of custom functions

This commit is contained in:
s2
2020-01-03 14:23:14 +01:00
parent b7fa481dcb
commit dd8c163379
60 changed files with 39726 additions and 47 deletions

3
node_modules/uri-js/dist/esnext/schemes/http.d.ts generated vendored Normal file
View File

@@ -0,0 +1,3 @@
import { URISchemeHandler } from "../uri";
declare const handler: URISchemeHandler;
export default handler;