Remove spurious set name from eventsource.sharedworker.js (#15643) (#15652)

Backport #15643

Fix #15617

Signed-off-by: Andrew Thornton <[email protected]>
This commit is contained in:
zeripath
2021-04-28 19:50:56 +02:00
committed by GitHub
co-authored by GitHub
parent 875501584b
commit 0dfde367c1
@@ -1,5 +1,3 @@
self.name = 'eventsource.sharedworker.js';
const sourcesByUrl = {};
const sourcesByPort = {};