From 2d11a95e37202b21239ac408db94f11e83d5882f Mon Sep 17 00:00:00 2001 From: Rashika Jaggi <77521432+Rashika101@users.noreply.github.com> Date: Sat, 23 Jan 2021 23:43:20 +0530 Subject: [PATCH 1/4] Update xhr.bs "Expose ProgressEvent to ServiceWorker" --- xhr.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xhr.bs b/xhr.bs index b96846a..30248b5 100644 --- a/xhr.bs +++ b/xhr.bs @@ -1761,7 +1761,7 @@ being the value.

Interface {{ProgressEvent}}

-[Exposed=(Window,DedicatedWorker,SharedWorker)]
+[Exposed=(Window,DedicatedWorker,SharedWorker,ServiceWorker)]
 interface ProgressEvent : Event {
   constructor(DOMString type, optional ProgressEventInit eventInitDict = {});
 

From 115f0bbf338143fec5c90618b45328ed87168f27 Mon Sep 17 00:00:00 2001
From: Rashika Jaggi <77521432+Rashika101@users.noreply.github.com>
Date: Tue, 26 Jan 2021 15:18:31 +0530
Subject: [PATCH 2/4] Update xhr.bs

---
 xhr.bs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xhr.bs b/xhr.bs
index 30248b5..3110814 100644
--- a/xhr.bs
+++ b/xhr.bs
@@ -1761,7 +1761,7 @@ being the value.
 

Interface {{ProgressEvent}}

-[Exposed=(Window,DedicatedWorker,SharedWorker,ServiceWorker)]
+[Exposed=(Window,Worker)]
 interface ProgressEvent : Event {
   constructor(DOMString type, optional ProgressEventInit eventInitDict = {});
 

From c016ecc109f86576d99eb1ab9d4dbfbe3c9af82a Mon Sep 17 00:00:00 2001
From: Rashika Jaggi <77521432+Rashika101@users.noreply.github.com>
Date: Tue, 26 Jan 2021 17:14:54 +0530
Subject: [PATCH 3/4] Update xhr.bs

---
 xhr.bs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/xhr.bs b/xhr.bs
index 3110814..bfe9b3b 100644
--- a/xhr.bs
+++ b/xhr.bs
@@ -2000,6 +2000,7 @@ Robin Berjon,
 Rune F. Halvorsen,
 Ruud Steltenpool,
 Ryo Onodera,
+Rashika Jaggi,
 Sam Sneddon,
 Sergiu Dumitriu,
 Shivakumar Jagalur Matt,

From f0580b04f01dd47c3d7642792cc7089bb5bdecfb Mon Sep 17 00:00:00 2001
From: Rashika Jaggi <77521432+Rashika101@users.noreply.github.com>
Date: Tue, 26 Jan 2021 17:20:45 +0530
Subject: [PATCH 4/4] Update xhr.bs

---
 xhr.bs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xhr.bs b/xhr.bs
index bfe9b3b..dc6d6db 100644
--- a/xhr.bs
+++ b/xhr.bs
@@ -1996,11 +1996,11 @@ Pawel Glowacki,
 Peter Michaux,
 Philip Jägenstedt,
 Philip Taylor,
+Rashika Jaggi,
 Robin Berjon,
 Rune F. Halvorsen,
 Ruud Steltenpool,
 Ryo Onodera,
-Rashika Jaggi,
 Sam Sneddon,
 Sergiu Dumitriu,
 Shivakumar Jagalur Matt,