mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
* feat: enable code cache for custom protocols Co-authored-by: Cheng Zhao <zcbenz@gmail.com> * chore: remove trop reference to off-topic patch * chore: update feat_allow_code_cache_in_custom_schemes.patch * chore: update patches * chore: update patches --------- Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Cheng Zhao <zcbenz@gmail.com> Co-authored-by: Charles Kerr <charles@charleskerr.com> Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
638 B
638 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.streamboolean (optional) - Default false.codeCacheboolean (optional) - Enable V8 code cache for the scheme, only works whenstandardis also set to true. Default false.