Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chromium doesn't support ProgressEvent in Web Workers #24620

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 40 additions & 2 deletions api/ProgressEvent.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
],
"support": {
"chrome": {
"version_added": "1",
"notes": "Not available in Service Workers. See <a href='https://crbug.com/332663431'>bug 332663431</a>."
"version_added": "1"
},
"chrome_android": "mirror",
"deno": {
Expand Down Expand Up @@ -94,6 +93,45 @@
}
}
},
"worker_support": {
"__compat": {
"description": "Available in workers",
"support": {
"chrome": {
"version_added": "38",
"partial_implementation": true,
"notes": "Available in dedicated workers and shared workers, not available in service workers. See <a href='https://crbug.com/332663431'>bug 332663431</a>."
},
skyclouds2001 marked this conversation as resolved.
Show resolved Hide resolved
"chrome_android": "mirror",
"deno": {
"version_added": "1.3"
},
skyclouds2001 marked this conversation as resolved.
Show resolved Hide resolved
"edge": "mirror",
"firefox": {
"version_added": "54"
},
"firefox_android": "mirror",
"ie": {
"version_added": "10"
},
skyclouds2001 marked this conversation as resolved.
Show resolved Hide resolved
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "10"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"lengthComputable": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/ProgressEvent/lengthComputable",
Expand Down