mottle
mottle copied to clipboard
document.createTouch deprecated in Chrome
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