LulumiProject / lulumi-browser

Lulumi-browser is a lightweight browser coded with Vue.js 2 and Electron.
Apache License 2.0
437 stars 90 forks source link

Better solution to get all frame/iframes. #17

Open qazbnm456 opened 7 years ago

qazbnm456 commented 7 years ago

In https://github.com/qazbnm456/lulumi-browser/commit/a92fafa1d95f64c5b2988b311d5bef46260d1c48, we use executeJavaScript to fetch frames. It works, but not good and security enough.

Someone has addressed this issue at https://github.com/electron/electron/issues/5115.