Mike Jerome

Results 4 issues of Mike Jerome

Fix for Safari as detailed in #2504

bug
1.0
needs rebase/retarget

### Summary The preload extension fails to initialise on Safari, with the error `TypeError: null is not an object (evaluating 'event.target.querySelectorAll') - preload.js:138`. [Line 138](https://github.com/bigskysoftware/htmx/blob/master/src/ext/preload.js#L138) in `[preload.js](https://github.com/bigskysoftware/htmx/blob/master/src/ext/preload.js)` is: ```js //...

Fixes https://github.com/bigskysoftware/htmx/issues/2504 This is the v2 fix. v1 fix is at https://github.com/bigskysoftware/htmx/pull/2507/commits/5b0c5d43697548e91ac839f79bf0e6986aeb4538

Hi How do I read the `eleventyConfig` while in a *.js Global Data File? I'm trying to find the value of the Output Directory (i.e. the config that is `'_site'`...

education