update to state of the art
This commit is contained in:
4
node_modules/uri-js/dist/esnext/index.js
generated
vendored
4
node_modules/uri-js/dist/esnext/index.js
generated
vendored
@@ -3,6 +3,10 @@ import http from "./schemes/http";
|
||||
SCHEMES[http.scheme] = http;
|
||||
import https from "./schemes/https";
|
||||
SCHEMES[https.scheme] = https;
|
||||
import ws from "./schemes/ws";
|
||||
SCHEMES[ws.scheme] = ws;
|
||||
import wss from "./schemes/wss";
|
||||
SCHEMES[wss.scheme] = wss;
|
||||
import mailto from "./schemes/mailto";
|
||||
SCHEMES[mailto.scheme] = mailto;
|
||||
import urn from "./schemes/urn";
|
||||
|
Reference in New Issue
Block a user