文档:fragmentDirective 属性

实验性: 这是一个 实验性技术
在生产环境中使用之前,请仔细查看 浏览器兼容性表

fragmentDirectiveDocument 接口的只读属性,它返回当前文档的 FragmentDirective

一个 FragmentDirective 对象。

示例

尝试在支持的浏览器开发者工具中运行以下代码,在一个包含一个或多个匹配文本片段的选项卡中

js
document.fragmentDirective;
// returns an empty FragmentDirective object, if supported
// undefined otherwise

目前,此功能主要用于功能检测。将来,FragmentDirective 对象可以包含更多信息。

规范

规范
URL 片段文本指令
# dom-document-fragmentdirective

浏览器兼容性

BCD 表格仅在启用了 JavaScript 的浏览器中加载。

另请参阅