specimenTools icon indicating copy to clipboard operation
specimenTools copied to clipboard

[loadFonts] optionally avoid duplicate XHRs for same files; closes #28

Open graphicore opened this issue 7 years ago • 2 comments

Supersedes 1969828 in PR #28 by @kontur.

@kontur you can now do something like this:

// Note: I don't mind where you put `globalCache`,
// this is just a really global example.
var globalCache = window.xhrFontCache;
if(!globalCache)
     globalCache = window.xhrFontCache = {};
loadFontsFromUrl(pubsub, fontFiles, globalCache)

Sorry, I didn't test this! I'm waiting for feedback before merging.

graphicore avatar Feb 20 '18 17:02 graphicore

I'll try check this out this week/weekend, thanks for this new approach.

kontur avatar Feb 22 '18 09:02 kontur

Only got around to testing this now, but all works great. Thanks for the review and addition.

kontur avatar Feb 26 '18 13:02 kontur