--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CANMmsAvFqGbEeiHiRTQLpNymOMUoJ%2B21nUJsPNt6AMJtnd3h0w%40mail.gmail.com.
LGTM1This seems like a minor change required for compat, so better to go ahead with it now rather than later.Please make sure that the public documentation of the feature and its detection (e.g. MDN, web.dev) is also changed to reflect the new feature detection method.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CACj%3DBEhrU4XkEnh3JD35ps3MVv7KHgEZH8C3FEQfb8gp3i5-sg%40mail.gmail.com.
Enter code here...
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/5ac908cd-4030-4018-8af5-f0d96cadda86o%40chromium.org.
I think so, yes, and that's unchanged from before. `FragmentDirective` is the type for the object returned from `document.fragmentDirective`. I guess it gets added to the global object. This is consistent with other types, e.g. `window.Location`.