mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
* feat: move webFrame scheme privilege methods to main process (#16416) * chore: deprecate webFrame.registerURLSchemeAsPrivileged * Add register schemes protocol api * update branch to enable browser process API * Revert deprecation changes * Fetch API support * Updated api to take an array, still working on tests * Update tests * Remove web frame API * Minor changes * update scheme registrations on browser and renderer process * fix: enable ses.getBlobData spec * Update breaking changes doc * fix: update docs for protocol API (#16601) * fix: update docs for protocol API * upddate source for new attribute name * update electron-typescript-definitions package
447 B
447 B
CustomScheme Object
schemeString - Custom schemes to be registered with options.privilegesObject (optional)standardBoolean (optional) - Default false.secureBoolean (optional) - Default false.bypassCSPBoolean (optional) - Default false.allowServiceWorkersBoolean (optional) - Default false.supportFetchAPIBoolean (optional) - Default false.corsEnabledBoolean (optional) - Default false.