Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Shouldn't prefetch trigger on focus event as well? #900

Open
@tontonsb

Description

@tontonsb

Currently the prefecth feature triggers on hover and touch:

addEventListener('touchstart', trigger_prefetch);
addEventListener('mousemove', handle_mousemove);

I propose it should also be invoked on focus to provide the feature to users using keyboard navigation.

Would it cause any issues?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions