Version: v0.7.1 - Beta.  We welcome contributors & feedback.

UrlQuery.xDangerGetAll

xDangerGetAll() -> map

Description

Get a map of the unfiltered raw URL param values. NOT recommended.

$query = url'/page?name=test&num=123'.getQuery()

$query.xDangerGetAll()

//= { name: 'test', num: '123' }

See Also