Skip to content

HTML5 URL polyfill bundled for ember-cli users

License

Notifications You must be signed in to change notification settings

tchak/ember-url

Repository files navigation

ember-url

Build Status Ember Observer Score npm version

HTML5 URL polyfill bundled for ember-cli users

Installation

  • ember install ember-url

Usage

import URL from 'url';

let url = new URL('https://example.com/?q=Paris');
url.searchParams.get('q') // 'Paris'

Running tests

  • ember test – Runs the test suite on the current Ember version
  • ember test --server – Runs the test suite in "watch mode"
  • ember try:each – Runs the test suite against multiple Ember versions

Running the dummy application

For more information on using ember-cli, visit https://ember-cli.com/.

License

This project is licensed under the MIT License.

About

HTML5 URL polyfill bundled for ember-cli users

Resources

License

Stars

Watchers

Forks

Packages

No packages published