https://github.com/web-platform-tests/wpt
Raw File
Tip revision: eb73cd1561ab74868ba71e128a237dafeecd36fa authored by Marcos Cáceres on 21 March 2018, 02:45:39 UTC
Edge doesn't do object spread yet
Tip revision: eb73cd1
feature-policy.idl
// GENERATED CONTENT - DO NOT EDIT
// Content of this file was automatically extracted from the Feature Policy spec.
// See https://wicg.github.io/feature-policy/

partial interface HTMLIFrameElement {
    [CEReactions] attribute DOMString allow;
};
back to top