This page is Not Ready

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

defer

Summary

Sets or retrieves the status of the script.

Applies to ?
## Notes

Remarks

Using the attribute at design time can improve the download performance of a document because the client does not need to parse and execute the script and can continue downloading and parsing the document instead.

Issues

IE<10 may interleave execution of scripts. Discussion on Github.

Combining scrips both standard and with defer that depend on each other. Discussion on Github.

See also

Other articles

http://caniuse.com/#feat=script-defer

Related pages

  • script

Attributions