Turns a navigation intent into the intention the kernel understands.
This is the whole translation the Integration dimension owes the domain, and it is
deliberately the same event the browser produces: an IncomingBrowserEvent. A page
receives the same object whether it was reached by a link in a browser or by a deep
link on a phone, which is what lets a domain move between the two untouched.
Two things differ from the browser, both because a native application has no document:
the URL comes from the intent rather than window.location, and the cookie collection
is in memory rather than backed by document.cookie.
Turns a navigation intent into the intention the kernel understands.
This is the whole translation the Integration dimension owes the domain, and it is deliberately the same event the browser produces: an
IncomingBrowserEvent. A page receives the same object whether it was reached by a link in a browser or by a deep link on a phone, which is what lets a domain move between the two untouched.Two things differ from the browser, both because a native application has no document: the URL comes from the intent rather than
window.location, and the cookie collection is in memory rather than backed bydocument.cookie.