get method

String? get(
  1. String name
)

The get() method of the URLSearchParams interface returns the first value associated to the given search parameter.

Implementation

external String? get(String name);