uniapp,h5

browser-entrypoint.js 91B

123
  1. import { Socket } from "./socket.js";
  2. export default (uri, opts) => new Socket(uri, opts);