- @nornagon
- @itsananderson
- @zcbenz
- @codebytere
- @jkleinsc
- @deepak1556
-
Flagging experimental features proposal
- Need something available before JS runs?
- Combine with fuse feature?
- Is it wise to reuse Chromium's feature flag?
- Could have
electron.features
? - Base feature has enable/disable by default and has override
- Experimental flag is useful for upgrades
- Features flag doesn't require patch
- Would we want to use this for deprecations?
- Not at this point, but maybe in the future
- Possibly use for forward looking features (eg test new feature coming in v9 in v8)