Changes between Version 1 and Version 2 of ExperimentalAndInternalFeatureFlags
- Timestamp:
- Sep 12, 2018, 2:45:34 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ExperimentalAndInternalFeatureFlags
v1 v2 18 18 19 19 If a Web developer wouldn't understand what the feature is by name, or it is just for internal testing, then you should use an `internal` feature. For example, we don't want users to disable Service Workers, and almost no one would know what MDSN ICE Candidates are. 20 21 == What about testing? 22 23 You can turn both experimental and internal features on via headers in WebKitTestRunner. Use `experimental:FeatureName` or `internal:FeatureName`. For example... 24 25 {{{ 26 <!-- webkit-test-runner [ experimental:WebAnimationsCSSIntegrationEnabled=true ] --> 27 }}}