swup / preload-plugin

A swup plugin for preloading pages to speed up navigation 🚀
https://swup.js.org/plugins/preload-plugin
MIT License
14 stars 14 forks source link

Add page object to the event `pagePreloaded` #65

Closed hirasso closed 1 year ago

hirasso commented 1 year ago

Fixes #64

Description

From the readme:

swup.on('pagePreloaded', (page) => console.log('preloaded:' page));

The page object is not being passed to the event right now. This PR fixes that.

Checks