window_location_href library

Cross-platfrom implementation of href, userAgent and platform.

Enums

Platform
An enum for system platform.

Properties

getHref String?
Gets window.location.href on web, null on other platforms.
no setter
href String?
Gets window.location.href on web, null on other platforms.
no setter
platform Platform
Gets the platform type.
no setter
userAgent String?
Gets window.navigator.userAgent on web, null on other platforms.
no setter