A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://webplatform.github.io/docs/dom/HTMLImageElement/complete below:

complete ยท WebPlatform Docs

complete Summary

Gets whether an image is completely loaded.

Property of dom/HTMLImageElementdom/HTMLImageElement

Syntax

Note: This property is read-only.

var complete = image.complete;
Return Value

Returns an object of type BooleanBoolean

Whether the image is completely loaded.

Usage
 Use this property to determine whether an image is completely loaded, or still in the process of loading.
Notes

Once an image is completely loaded, you can get its actual naturalWidth and naturalHeight properties, or make layout assumptions.

Related specifications
W3C HTML5
Working Draft
WHATWG HTML
Living Standard
See also Related pages Attributions

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4