Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

preferXHR of FontLoader should be removed #237

Open
FumioNonaka opened this issue Oct 3, 2017 · 0 comments
Open

preferXHR of FontLoader should be removed #237

FumioNonaka opened this issue Oct 3, 2017 · 0 comments

Comments

@FumioNonaka
Copy link


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);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants