Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

loadstart

Эта статья нуждается в техническом обзоре. Как вы можете помочь.

Эта статья нуждается в редакционном обзоре. Как вы можете помочь.

Событие loadstart происходит, когда начинается загрузка.

Общая информация

Спецификация
Progress
Интерфейс
ProgressEvent
Распространяется
Нет
Отменяемое
Нет
Цель
Element
Действие по умолчанию
Нет

 

Свойства

Свойство Тип Описание
target Только для чтения EventTarget Цель события (самая важная в дереве DOM).
type Только для чтения DOMString Тип события.
bubbles Только для чтения Boolean Будет ли событие нормально бить
cancelable Только для чтения Boolean Отменяемо ли событие?
lengthComputable boolean Specifies whether or not the total size of the transfer is known. Read only.
loaded unsigned long (long) The number of bytes transferred since the beginning of the operation. This doesn't include headers and other overhead, but only the content itself. Read only.
total unsigned long (long) The total number of bytes of content that will be transferred during the operation. If the total size is unknown, this value is zero. Read only.

Связанные свойства

См. также

Метки документа и участники

 Внесли вклад в эту страницу: forestbird
 Обновлялась последний раз: forestbird,