Following are the known issues in CEP 10.0. Please keep these in mind while creating your own extension...
Drag events not fired while debugging an extension.
Workaround: Deactivate the screencast by selecting the "Toggle device Toolbar" in the chrome inspect window.
Once done, Drag operation can be performed even while debugging the extension.
### Issue 1:
In Windows, the API cep.fs.stat() is not able to access file of size greater than 4GB
-
Refer the migration Guidelines for CEP 9 to CEP 10
-
If similar error is seen in debug console, confirm\verfiy the following
-
Confirm CEPEngine_extensions.js is NOT integrated in your extension
-
Node could be crashing. Please update node_modules with CEP 10 supported node version.
-