Make name dict non-nullable and remove loadNames
function
#2153
Labels
Code health
Issues which if fixed would improve the health of the project (as opposed to new features/bugs)
easy
good first issue
Currently
loadNames
is the only caller offileRead
which uses the deprecatedXMLHttpRequest
.loadNames
is called before doing name lookups but always returns instantly because we always initialize names dictionary at startup.Instead, we should just make names dictionary non nullable and remove
loadNames
and thefileRead
function it calls, thus getting rid ofXMLHttpRequest
The text was updated successfully, but these errors were encountered: