Skip to content

Home > @esengine/ecs-framework-monorepo > BandwidthMonitorEvents > limitExceeded

BandwidthMonitorEvents.limitExceeded property

Signature:

typescript
limitExceeded: (direction: 'upload' | 'download', current: number, limit: number) => void;

基于 MIT 许可证发布