metadata_stats_type.js 433 B

12345678910111213141516
  1. // Copyright 2021 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. // TODO(b/199452030): Fix duplication with runtime_loaded_test_util.js
  5. /**
  6. * @typedef {{
  7. * fromCache: number,
  8. * fullFetch: number,
  9. * invalidateCount: number,
  10. * clearCacheCount: number,
  11. * clearAllCount: number,
  12. * }}
  13. */
  14. export let MetadataStatsType;