-
Notifications
You must be signed in to change notification settings - Fork 9
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
Plugin uses deprecated API #607
Comments
@fredericalpers: |
@dai-eastgate please go ahead and implement the suggested solution :) |
@fredericalpers I used Fetch instead of XmlHttpRequest.
=> The feature is still working like the master branch. Please watch my demo video and let me know your opinion about this. Thanks! |
@dai-eastgate thank you! :) |
Current state
Synchronous
XMLHttpRequest
on the main thread is deprecated because of its detrimental effects to the end user’s experience. For more help, check https://xhr.spec.whatwg.org/.Source: onoffice-estatetype.js:5
Desired state
Usage of deprecated API should be replaced to avoid errors in the future.
Google Chrome best practice deprecations
The text was updated successfully, but these errors were encountered: