1. @ungap/url-search-params
The URLSearchParams polyfill.
@ungap/url-search-params
Package: @ungap/url-search-params
Created by: ungap
Last modified: Thu, 07 Apr 2022 09:33:42 GMT
Version: 0.2.2
License: ISC
Downloads: 636,710
Repository: https://github.com/ungap/url-search-params

Install

npm install @ungap/url-search-params
yarn add @ungap/url-search-params

URLSearchParams

Build Status Coverage Status Greenkeeper badge WebReflection status

The URLSearchParams polyfill.

Previously known as url-search-params.

All detections have been included and the code covered 100% (DOM patches are not measured on NodeJS though).

  • CDN global patch via https://unpkg.com/@ungap/url-search-params
  • ESM via import URLSearchParams from '@ungap/url-search-params'
  • CJS via const URLSearchParams = require('@ungap/url-search-params')

Live test

⚠ Webpack Users

If you have issues just requiring @ungap/url-search-params, be sure you require @ungap/url-search-params/cjs instead.

No issue should happen if you just import the module instead.

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin