You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Experimental implementations of an API may be restricted to an allow list of origins. That seems worth pointing out, since it means that the API is not yet available to everyone but requires some kind of registration.
Chrome Platform Status reports such features through an origintrial boolean flag. This flag could trigger the appearance of a "origin trial" icon.
Note that we already have a "requires a prefix" icon, and "behind a flag" icon. In theory, all 3 icons could have to be rendered at once, but in the interest of keeping the status readable, we should probably just render the "origin trial" icon when appropriate, and not bother with the other ones.
The text was updated successfully, but these errors were encountered:
Experimental implementations of an API may be restricted to an allow list of origins. That seems worth pointing out, since it means that the API is not yet available to everyone but requires some kind of registration.
Chrome Platform Status reports such features through an
origintrial
boolean flag. This flag could trigger the appearance of a "origin trial" icon.Note that we already have a "requires a prefix" icon, and "behind a flag" icon. In theory, all 3 icons could have to be rendered at once, but in the interest of keeping the status readable, we should probably just render the "origin trial" icon when appropriate, and not bother with the other ones.
The text was updated successfully, but these errors were encountered: