Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: manual strategy #1

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

feat: manual strategy #1

wants to merge 2 commits into from

Conversation

tlgimenes
Copy link
Collaborator

No description provided.

@@ -61,5 +61,8 @@ all links but those containing `data-noprefetch`. For instance

will prefetch `/bar`.

`manual` disables listening and requires you to call `window.quicklink.prefetch`
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In Fresh you'd use globalThis instead of window.

}

const prefetch = (options: Options = {
throttle: 10,
}): Plugin => {
const main = `data:application/javascript,
import { listen as qlListen } from "https://esm.sh/[email protected]";
import * as quicklink from "https://esm.sh/[email protected]";
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it not possible to be more specific?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants