Maximilian Franzke
Maximilian Franzke
@vpodk, do you have the possibility to even also report this back to the official Google channels (and probably provide the ticket no. as a reference both for caniuse and...
Thanks a lot for your support ! I couldn‘t check on this in detail previous to Friday.
I'm mainly thinking about whether it might be better to provide an API to trigger a reinit of the functionality and offering the MutationObserver sample code, so that every site...
@OgNellis - sadly it took me a while to provide a solution. Do you have the chance to review my implementation provided with #96 ?
@OgNellis I've released a beta version of this polyfill: loading-attribute-polyfill@latest that provides the prepareElements as a public method to be called from outside, like within a MutationObserver. Do you still...
@chumanfu thanks a lot for your request. I've just released a beta of the new version 2.0 that would provide this feature - you could install it via `npm i...
@vincentschroeder thanks a lot for your question. Sadly JavaScript seems the only possibility to hinder the images from being loaded at the very beginning - therefor it's necessary to manipulate...
Easy. And Variant 1 is correct, compare to the source code on the demo page: https://mfranzke.github.io/loading-attribute-polyfill/demo/
Do you have the chance to provide an example URL, or a jsfiddle?
@vincentschroeder I could think about to expose another method publicly that would receive some DOM node only to prepare and return it depending on browser capabilities check / feature detection,...