2 lines
142 B
JavaScript
Raw Normal View History

2024-01-29 09:26:07 +08:00
import { isBrowser } from "./is-browser.mjs";
export const isImageSupportNativeLazy = isBrowser && 'loading' in document.createElement('img');