File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
common/devtools/chromium/v116 Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10981,17 +10981,17 @@ experimental domain Preload
10981
10981
# Identifies a document which the rule set is associated with.
10982
10982
Network.LoaderId loaderId
10983
10983
# Source text of JSON representing the rule set. If it comes from
10984
- # < script> tag, it is the textContent of the node. Note that it is
10984
+ # ` script` tag, it is the textContent of the node. Note that it is
10985
10985
# a JSON for valid case.
10986
10986
#
10987
10987
# See also:
10988
10988
# - https://wicg.github.io/nav-speculation/speculation-rules.html
10989
10989
# - https://github.com/WICG/nav-speculation/blob/main/triggers.md
10990
10990
string sourceText
10991
10991
# A speculation rule set is either added through an inline
10992
- # < script> tag or through an external resource via the
10992
+ # ` script` tag or through an external resource via the
10993
10993
# 'Speculation-Rules' HTTP header. For the first case, we include
10994
- # the BackendNodeId of the relevant < script> tag. For the second
10994
+ # the BackendNodeId of the relevant ` script` tag. For the second
10995
10995
# case, we include the external URL where the rule set was loaded
10996
10996
# from, and also RequestId if Network domain is enabled.
10997
10997
#
You can’t perform that action at this time.
0 commit comments