readyState property

String? get readyState

Implementation

String? get readyState {
  return 'closed';
}