You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The second argument of FontLoader, preferXHR , is not documented. And FontLoader does not support tag-based loading. Therefore, it should be removed and pass true to the constructor of the superclass.
function FontLoader(loadItem) {
this.AbstractLoader_constructor(loadItem, true, loadItem.type);
The text was updated successfully, but these errors were encountered:
PreloadJS/src/preloadjs/loaders/FontLoader.js
Line 40 in 7a3a39c
The second argument of FontLoader, preferXHR , is not documented. And FontLoader does not support tag-based loading. Therefore, it should be removed and pass true to the constructor of the superclass.
The text was updated successfully, but these errors were encountered: