protocol-design
protocol-design copied to clipboard
Bug removal in split
The part of the URL after the last delimiter was missing in the previous implementation, e.g. subdomain.dfinity.org would have been split up into `[subdomain, dfinity]' (growing from left to right).