utils.js |
Starts preloading a page with this `PreloadingRemoteContextWrapper` as the
referrer, using `<script type="speculationrules">`.
@param {"prefetch"|"prerender"} preloadType - The preload type to use.
@param {object} [extrasInSpeculationRule] - Additional properties to add
to the speculation rule JSON.
@param {RemoteContextConfig|object} [extraConfig] - Additional remote
context configuration for the preloaded context.
@returns {Promise<PreloadingRemoteContextWrapper>}
|
2204 |