FunctionsparseFromUrlparseFromUrl CallableparseFromUrl(url: string, root: ChaynsHistoryLayer): ParseResultSplits the incoming URL pathname onto layers based on each layer's segmentCount. Traverses the active chain; excess segments go to pendingSegments.Parametersurl: stringroot: ChaynsHistoryLayerReturns ParseResult
Splits the incoming URL pathname onto layers based on each layer's
segmentCount. Traverses the active chain; excess segments go topendingSegments.