1. Download attribute

    When used on an anchor, this attribute signifies that the browser should download the resource the anchor points to rather than navigate to it.

  2. Resource Hints: prerender

    Gives a hint to the browser to render the specified page in the background, speeding up page load if the user navigates to it. This is indicated using `<link rel="prerender" href="(url)">`

  3. Portals

    Portals enable seamless navigation between sites or pages. A new page can be loaded as an inset using the `<portal>` element (similar to an iframe) which can then seamlessly transition to the new navigated state when "activated".

  4. navigateevent api: `navigateevent()` constructor

  5. navigateevent api: restorescroll

  6. request api: `request()` constructor: cross-origin `referrer` stripped out and `navigate` mode converted to `same-origin` when constructor created from existing `request` object.