Does the library support IPv6 address with zone id
Author: FreednloadCreated Oct 31, 2023Updated Oct 31, 2023
I am wondering whether your library support IPv6 address with zone id like fe80::1642:fcff:fee9:434b%lanbr0 ? I searched your document but could not find information regarding IPv6 address with zone id.
The JS Websocket API does not accept IPv6 with zone id. It throws error: Failed to construct 'WebSocket': The URL 'ws://[fe80::1642:fcff:fee9:434b%lanbr0]:8080' is invalid.
Source: sockjs/sockjs-client