source:
frontend/node_modules/uri-js/dist/esnext/schemes/wss.js
| Last change on this file was 9af201e, checked in by , 2 weeks ago | |
|---|---|
|
|
| File size: 198 bytes | |
| Line | |
|---|---|
| 1 | import ws from "./ws"; |
| 2 | const handler = { |
| 3 | scheme: "wss", |
| 4 | domainHost: ws.domainHost, |
| 5 | parse: ws.parse, |
| 6 | serialize: ws.serialize |
| 7 | }; |
| 8 | export default handler; |
| 9 | //# sourceMappingURL=wss.js.map |
Note:
See TracBrowser
for help on using the repository browser.
