mirror of
https://github.com/wassname/template.git
synced 2026-07-17 11:33:44 +08:00
4 lines
113 B
JavaScript
4 lines
113 B
JavaScript
export function domContentLoaded() {
|
|
return ['interactive', 'complete'].indexOf(document.readyState) !== -1;
|
|
}
|