Skip to content

Commit 9a94261

Browse files
chore(package): update webref (microsoft#55)
Co-authored-by: saschanaz <[email protected]>
1 parent eaeee2f commit 9a94261

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

baselines/serviceworker.generated.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2515,7 +2515,10 @@ declare var Permissions: {
25152515

25162516
/** Events measuring progress of an underlying process, like an HTTP request (for an XMLHttpRequest, or the loading of the underlying resource of an <img>, <audio>, <video>, <style> or <link>). */
25172517
interface ProgressEvent<T extends EventTarget = EventTarget> extends Event {
2518+
readonly lengthComputable: boolean;
2519+
readonly loaded: number;
25182520
readonly target: T | null;
2521+
readonly total: number;
25192522
}
25202523

25212524
declare var ProgressEvent: {

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"styleless-innertext": "^1.1.2",
5353
"typescript": "^4.2.0-dev.20210123",
5454
"webidl2": "^23.13.0",
55-
"webref": "github:w3c/webref#0a7f248e2c58286319f6b77d522670574916318e"
55+
"webref": "github:w3c/webref#35b171048f57acd6b9d8b7cc60bacafba21dd55a"
5656
},
5757
"files": [
5858
"baselines/*"

0 commit comments

Comments
 (0)