butterbidi/browsing_context/types/readiness_state
Types
pub type ReadinessState {
  Nothing
  Complete
  Interactive
}Constructors
- 
          Nothing“None” is a reserved keyword in Gleam, so we use “Nothing” instead 
- 
          Complete
- 
          Interactive
Values
pub fn readiness_state_to_string(state: ReadinessState) -> String