browser-utility 1.0.3

dotnet add package browser-utility --version 1.0.3
                    
NuGet\Install-Package browser-utility -Version 1.0.3
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="browser-utility" Version="1.0.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="browser-utility" Version="1.0.3" />
                    
Directory.Packages.props
<PackageReference Include="browser-utility" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add browser-utility --version 1.0.3
                    
#r "nuget: browser-utility, 1.0.3"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=browser-utility&version=1.0.3
                    
Install browser-utility as a Cake Addin
#tool nuget:?package=browser-utility&version=1.0.3
                    
Install browser-utility as a Cake Tool

Simple and easy-to-use JavaScript library that:
- detects current browser
- facilitates URL fragment(this thing after # sign) deletion from url address bar (when you move from one bookmark to another on a page, this hash fragment is not shown.
- redirects to mobile version according to the common pattern,  http://my-site-url.com/ -> http://m.my-site-url.com/  (m. stands for mobile version)
- creates redirection url to desktop version

Installation: like any other JS library.

Browsers supported by this version - desktop:
Google Chrome
Mozilla Firefox
Internet Explorer from version 9 to 11
MicrosoftEdge
Opera
Safari


Browsers supported by this version - mobile:
Google Chrome
Mozilla Firefox
Internet Explorer
Opera
Safari
UCBrowser

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • .NETFramework 4.5.2

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on browser-utility:

Package Downloads
js-utilities

Javacript utility functions that do not exist in current ecma specification: sliceOff(arrayOfIndicesToRemoveItemsFromInputArray, applyToObject, optionalArrayOfObjectProps) - from inut array of objects removes those objects with ids specified in the first argument (all in one batch). You can filter input array of objects by supplying the second argument and optional third argument with specified object props and values. It is optimized for ordered list of array indices for objects to be removed; -insert(newArray, startIndex) : inserts new array into existing array starting at given index -reverse(): reverses input string (equivalent to TSQL REVERSE function) - countNumberOfChars(charToBeSearched): returns the total number of charToBeSearched chars for the given string - calculateDateDifference(startDate, endDate) - returns date difference as a literal string, e.g. 3 years 6 months

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.3 8,048 8/2/2017
1.0.2 1,995 3/2/2017

Please refer GitHub account for more information about this release