Skip to content

Conversation

xxxCam900xxx
Copy link

Issue: routerAjaxStart never triggered #4303

This commit should provide you with a trigger for the 'routerAjaxStart' event, which you can also use to change its options.

Example:

var app = new Framework7({
	on: {
		routerAjaxStart: function (options) {
			options.headers = new Headers();
			options.headers.set('custom-header', 'custom-header-value');
		},
	}
}

@xxxCam900xxx xxxCam900xxx marked this pull request as ready for review July 16, 2025 12:43
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.

1 participant