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

Deprecated warnings in chrome 45 #297

Open
andymost opened this issue Sep 16, 2015 · 1 comment
Open

Deprecated warnings in chrome 45 #297

andymost opened this issue Sep 16, 2015 · 1 comment
Milestone

Comments

@andymost
Copy link
Contributor

On drag:
'webkitMovementX' is deprecated. Please use 'movementX' instead.
'webkitMovementY' is deprecated. Please use 'movementY' instead

http://caniuse.com/#search=movementX

On fullscreen toggle:
requestFullscreen() is deprecated on insecure origins, and support will be removed in the future. You should consider switching your application to a secure origin, such as HTTPS

On location control enable:
getCurrentPosition() and watchPosition() are deprecated on insecure origins, and support will be removed in the future. You should consider switching your application to a secure origin, such as HTTPS.

https://sites.google.com/a/chromium.org/dev/Home/chromium-security/deprecating-powerful-features-on-insecure-origins

@Trufi Trufi added this to the Backlog milestone Oct 14, 2015
@Trufi
Copy link
Contributor

Trufi commented Oct 14, 2015

Думаю, ничего менять не нужно, все функции просто перестанут работать в Хроме, т.е. контролы фуллскрина и геолокации пропадут в https.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants