Skip to content

Commit

Permalink
[cdp] fix script tags
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Oct 9, 2023
1 parent 17835d2 commit d7d1b4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions common/devtools/chromium/v118/browser_protocol.pdl
Original file line number Diff line number Diff line change
Expand Up @@ -11193,17 +11193,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 d7d1b4e

Please sign in to comment.