Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix plugins with context isolation #127

Merged
merged 3 commits into from
Jan 13, 2021
Merged

Conversation

th-ch
Copy link
Owner

@th-ch th-ch commented Jan 12, 2021

Following the electron update to v11 in #120, this PR prepares the plugin system to take into account context isolation, changing:

  • downloader plugin: a JS error would occur when clicking on the "Download" button
  • navigation plugin: arrow buttons triggering errors

At the moment, ffmpeg.wasm cannot be loaded in the renderer process with context isolation because it requires loading ffmpeg-core - ffmpegwasm/ffmpeg.wasm#126 might help with that but for now, context isolation is disabled (won't be mandatory until electron 12)

@th-ch th-ch merged commit 074840e into master Jan 13, 2021
@th-ch th-ch deleted the fix-plugins-context-isolation branch January 13, 2021 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant