lanl / 4DGB

4D Genome Browser project
1 stars 2 forks source link

un-private private class fields #65

Closed camtauxe closed 2 years ago

camtauxe commented 2 years ago

This should fix issue #56, although someone with access to Safari and an older Firefox would need to test it.

dhrogers commented 2 years ago

With Firefox v 78.12.0esr, I do not see the privacy error. However, I now get an 'Uncaught ReferenceError: WeakRef is not defined: ContactMapCanvas.js:269

So it seems that we are chasing our tails here in supporting old versions of browsers. We should decide on a reasonably modern version number for each browser, and support the code going forward from there.

We should include this in the readme page for the repository. I'll figure this out and post it on the page.