blob: 5e5c94fb8975f54aab4465209b85f6777cf7b16c [file] [log] [blame]
// Copyright 2025 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
const executed_during_prerendering = document.prerendering;
// Let the script send a fetch request, so that the test suite can verify the
// script resumes executing by checking the server's log.
navigator.sendBeacon("/activation-beacon", "");