mottle icon indicating copy to clipboard operation
mottle copied to clipboard

document.createTouch deprecated in Chrome

Open sporritt opened this issue 7 years ago • 0 comments

from this issue on jsplumb

https://github.com/jsplumb/jsplumb/issues/738

I am receiving the following warnings on Chrome 66 and jsplumb@^2.6.9:

[Deprecation] document.createTouch is deprecated and will be removed in M68, around July 2018. 
Please use TouchEvent constructor instead. 
See https://www.chromestatus.com/features/5668612064935936 for more details. jsplumb.js:1175

[Deprecation] document.createTouchList is deprecated and will be removed in M68, around July 2018. 
Please use TouchEvent constructor instead. 
See https://www.chromestatus.com/features/5668612064935936 for more details. jsplumb.js:1180

sporritt avatar Apr 25 '18 21:04 sporritt