feat: 添加query WS的功能

This commit is contained in:
2024-09-28 18:35:50 +08:00
parent 632d164087
commit ed178ee4c6
11 changed files with 239 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
import { adapter } from './adapter.ts';
export {QueryWs} from './ws.ts'
type Fn = (opts: {
url?: string;
headers?: Record<string, string>;