@samselikoff wrote:
I stumbled across this part of RFC 95:
New Method: URL recognition
recognize(url)
Takes a string URL and returns a
RouteInfo
for the leafmost route represented by the URL. Returnsnull
if the URL is not recognized. This method expects to receive the actual URL as seen by the browser including the app’srootURL
.I was wondering if this ever became public API anywhere? Snooping around and it doesn’t seem like it but it was documented in the RFC which was merged, so trying to clarify my understanding here. (Usually the RFC doc is updated with the actual work done correct? Or is it more of a sign-off on the design?)
Posts: 1
Participants: 1