Movatterモバイル変換


[0]ホーム

URL:


  1. Web
  2. Web APIs
  3. CreateMonitor
  4. downloadprogress

CreateMonitor: downloadprogress event

Experimental:This is anexperimental technology
Check theBrowser compatibility table carefully before using this in production.

Secure context: This feature is available only insecure contexts (HTTPS), in some or allsupporting browsers.

Thedownloadprogress event of theCreateMonitor interface is fired when progress is made on the AI model download.

Syntax

Use the event name in methods likeaddEventListener(), or set an event handler property.

js
addEventListener("downloadprogress", (event) => { })ondownloadprogress = (event) => { }

Event type

AProgressEvent. Inherits fromEvent.

Event ProgressEvent

Examples

See the mainCreateMonitor page for an example.

Specifications

Specification
Writing Assistance APIs
# dom-createmonitor-ondownloadprogress

Browser compatibility

See also

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp