Skip to content

Commit 16d44f6

Browse files
committed
[cdp] script can not be inside brackets even with ticks
1 parent a2217cf commit 16d44f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

common/devtools/chromium/v117/browser_protocol.pdl

+3-3
Original file line numberDiff line numberDiff line change
@@ -11105,17 +11105,17 @@ experimental domain Preload
1110511105
# Identifies a document which the rule set is associated with.
1110611106
Network.LoaderId loaderId
1110711107
# Source text of JSON representing the rule set. If it comes from
11108-
# `<script>` tag, it is the textContent of the node. Note that it is
11108+
# `script` tag, it is the textContent of the node. Note that it is
1110911109
# a JSON for valid case.
1111011110
#
1111111111
# See also:
1111211112
# - https://wicg.github.io/nav-speculation/speculation-rules.html
1111311113
# - https://github.com/WICG/nav-speculation/blob/main/triggers.md
1111411114
string sourceText
1111511115
# A speculation rule set is either added through an inline
11116-
# `<script>` tag or through an external resource via the
11116+
# `script` tag or through an external resource via the
1111711117
# 'Speculation-Rules' HTTP header. For the first case, we include
11118-
# the BackendNodeId of the relevant `<script>` tag. For the second
11118+
# the BackendNodeId of the relevant `script` tag. For the second
1111911119
# case, we include the external URL where the rule set was loaded
1112011120
# from, and also RequestId if Network domain is enabled.
1112111121
#

0 commit comments

Comments
 (0)