URLNavigator icon indicating copy to clipboard operation
URLNavigator copied to clipboard

When a route matches multiple handlers, make it FIFO

Open Kalzem opened this issue 6 years ago • 0 comments

#115

Makes registered routes being handled in a FIFO order.

It will not break any project because the current implementation of URLNavigator has no guaranteed order.

Kalzem avatar May 16 '19 11:05 Kalzem