INNER CODE UNIT · TypeScript
Network
voxelize/voxelize · packages/core/src/core/network/index.ts:112
export class Network {
public options: NetworkOptions;
public clientInfo: {
id: string;
username: string;
metadata?: Record<string, any>;
} = {
id: "",
username: "",
metadata: {},
};
public intercepts: NetIntercept[] = [];
public ws: ProtocolWS | null = null;
public url: DOMUrl<{