Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "setup"

Index

Variables

Functions

Variables

global

global: any

window

window: any

Functions

setup

  • setup(context?: any): void
  • Adds the URL and URLSearchParams to a global context, runs through the following checks:

    • checks the current global classes
    • checks the require('url') module
    • checks the internal fallback classes

    Parameters

    • Default value context: any = global || window

      the context to add the classes too

    Returns void