<?php

// AUTOMATICALLY GENERATED.  DO NOT EDIT.
// Use `composer build` to regenerate.

namespace Wikimedia\IDLeDOM;

/**
 * NavigatorOnLine
 *
 * @see https://dom.spec.whatwg.org/#interface-navigatoronline
 *
 * @property bool $onLine
 * @phan-forbid-undeclared-magic-properties
 */
interface NavigatorOnLine {
	/**
	 * @return bool
	 */
	public function getOnLine(): bool;

}
