package brr

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Entry.Resource_timingSource

Resource timing entries.

Sourcetype t

The type for PerformanceResourceTiming objects.

Sourceval as_entry : t -> entry

as_entry m is m as an entry.

Sourceval initiator_type : t -> Jstr.t
Sourceval next_hop_protocol : t -> Jstr.t
Sourceval worker_start : t -> float
Sourceval redirect_start : t -> float
Sourceval redirect_end : t -> float
Sourceval fetch_start : t -> float
Sourceval domain_lookup_start : t -> float
Sourceval domain_lookup_end : t -> float
Sourceval connect_start : t -> float
Sourceval connect_end : t -> float
Sourceval secure_connection_start : t -> float
Sourceval request_start : t -> float
Sourceval response_start : t -> float
Sourceval response_end : t -> float
Sourceval transfer_size : t -> int
Sourceval encoded_body_size : t -> int
Sourceval decoded_body_size : t -> int