-
@derSchepp @ChromiumDev @ChromeDevTools In @ChromeDevTools you can check for the presence of OTs via
$$('meta[http-equiv="origin-trial"]')
, but you can't see which OT the tag is for. You can, however, feature-detect all current OT APIs (developers.chrome.com/origintrials/#/trials/active) and see which work (they could still work b/o a flag).