mirror of
https://github.com/esiur/esiur-js.git
synced 2026-04-04 05:58:22 +00:00
7 lines
114 B
JavaScript
7 lines
114 B
JavaScript
export default {
|
|
Initial : 0,
|
|
Listening : 1,
|
|
Connecting : 2,
|
|
Established : 3,
|
|
Closed: 4,
|
|
} |