Confirmed users
3,376
edits
| Line 5: | Line 5: | ||
= Overview = | = Overview = | ||
Script defer is a feature that has been in IE and other browsers for years since the HTML 4 spec. Basically this is an attribute for the <script> tag where we can defer loading one or more scripts so the page content will load without waiting for large or cross-domain scripts. | |||
= Test Strategy = | = Test Strategy = | ||