Browse Source

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

Backport #15643

Fix #15617

Signed-off-by: Andrew Thornton <art27@cantab.net>
tags/v1.14.2
zeripath 4 years ago committed by GitHub
parent
commit
0dfde367c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      web_src/js/features/eventsource.sharedworker.js

2
web_src/js/features/eventsource.sharedworker.js

@ -1,5 +1,3 @@
self.name = 'eventsource.sharedworker.js';
const sourcesByUrl = {};
const sourcesByPort = {};

Loading…
Cancel
Save