Plugin hooks can ask for feature flag values but every answer comes back false.
A flag.value(name, fallback) host operation is listed for plugin hooks with an implementation that always returns false.
What's wrong with this entry?
Plugin hook engines gain a flag object with a value(name, fallback) call, backed by a new host operation flag.value that is listed unconditionally in the plugin operation table. The implementation shipped alongside it returns false, so nothing a plugin asks for comes back true in this build.
- The
flagobject is sealed; plugins cannot add to or replace it. - Neither the operation nor the object exists in the previous release.
flag.value
Strings lifted out of the shipped bundle, so the claim above can be checked against them.