Closed Kwsswart closed 1 year ago
e# Why
Having brought this topic up qith @blakebyrnes in discord I decided to try tackle this to allow us to inject the referer in the goto method.
Considering in the unblocked repo we have the referer available already in the navigate method:
All that is needed it simply collect and add it to the navigateOptions in order to send it to navigate method
It is essential that this PR works along with: https://github.com/ulixee/hero/pull/226
e# Why
Having brought this topic up qith @blakebyrnes in discord I decided to try tackle this to allow us to inject the referer in the goto method.
Discussion
Summary of proposed solution.
Considering in the unblocked repo we have the referer available already in the navigate method:
All that is needed it simply collect and add it to the navigateOptions in order to send it to navigate method
It is essential that this PR works along with: https://github.com/ulixee/hero/pull/226