Skip to content

Commit 9772e55

Browse files
committed
[cdp] Removing <script> from browser_protocol.pdl
1 parent 592d8e8 commit 9772e55

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

common/devtools/chromium/v115/browser_protocol.pdl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10886,17 +10886,17 @@ experimental domain Preload
1088610886
# Identifies a document which the rule set is associated with.
1088710887
Network.LoaderId loaderId
1088810888
# Source text of JSON representing the rule set. If it comes from
10889-
# <script> tag, it is the textContent of the node. Note that it is
10889+
# `script` tag, it is the textContent of the node. Note that it is
1089010890
# a JSON for valid case.
1089110891
#
1089210892
# See also:
1089310893
# - https://wicg.github.io/nav-speculation/speculation-rules.html
1089410894
# - https://github.com/WICG/nav-speculation/blob/main/triggers.md
1089510895
string sourceText
1089610896
# A speculation rule set is either added through an inline
10897-
# <script> tag or through an external resource via the
10897+
# `script` tag or through an external resource via the
1089810898
# 'Speculation-Rules' HTTP header. For the first case, we include
10899-
# the BackendNodeId of the relevant <script> tag. For the second
10899+
# the BackendNodeId of the relevant `script` tag. For the second
1090010900
# case, we include the external URL where the rule set was loaded
1090110901
# from, and also RequestId if Network domain is enabled.
1090210902
#

0 commit comments

Comments
 (0)