Skip to content

Commit

Permalink
[cdp] fix pdl so jars properly generated
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Aug 16, 2023
1 parent 2570b64 commit 9a402a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions common/devtools/chromium/v116/browser_protocol.pdl
Original file line number Diff line number Diff line change
Expand Up @@ -10981,17 +10981,17 @@ experimental domain Preload
# Identifies a document which the rule set is associated with.
Network.LoaderId loaderId
# Source text of JSON representing the rule set. If it comes from
# <script> tag, it is the textContent of the node. Note that it is
# `script` tag, it is the textContent of the node. Note that it is
# a JSON for valid case.
#
# See also:
# - https://wicg.github.io/nav-speculation/speculation-rules.html
# - https://github.com/WICG/nav-speculation/blob/main/triggers.md
string sourceText
# A speculation rule set is either added through an inline
# <script> tag or through an external resource via the
# `script` tag or through an external resource via the
# 'Speculation-Rules' HTTP header. For the first case, we include
# the BackendNodeId of the relevant <script> tag. For the second
# the BackendNodeId of the relevant `script` tag. For the second
# case, we include the external URL where the rule set was loaded
# from, and also RequestId if Network domain is enabled.
#
Expand Down

0 comments on commit 9a402a0

Please sign in to comment.