开启useNoFontCanvasKit = true; canvaskit.js中代码报错TypeError: Attempted to assign to readonly property. 具体代码 Object.assign(w, ta); 原因是高性能模式下的webkit canvas是readonly属性
开启useNoFontCanvasKit = true;
canvaskit.js中代码报错TypeError: Attempted to assign to readonly property.
具体代码
Object.assign(w, ta);
原因是高性能模式下的webkit canvas是readonly属性