viaco2ove
viaco2ove
Problem solving way: //In the Array on the prototype chain extension indexOf method (function($){ if(!Array.prototype.indexOf){ Array.prototype.indexOf = function(val){ var value = this; for(var i =0; i < value.length; i++){ if(value[i]...
I spent quite a long time to package into an exe, I hope the project can add this part of the configuration I Configure electron-forge in the root directory. in...
packages/electron-chrome-extensions/dist/index.js change zhe code ``` const getParentFrameId = frame => { const parentFrame = frame === null || frame === void 0 ? void 0 : frame.parent; return parentFrame ?...