UNPKG

htmx.org

Version:

high power tools for html

7 lines 209 B
htmx.defineExtension('ajax-header', { onEvent: function (name, evt) { if (name === "htmx:configRequest") { evt.detail.headers['X-Requested-With'] = 'XMLHttpRequest'; } } });