scala-js/scala-js-dom

URLSearchParams is missing from dom.window

Closed this issue · 2 comments

rhz commented

There is no facade for URLSearchParams that I can find.

raquo commented

It's here:

JS class facades are registered on the global scope by means of @JSGlobal annotation, not by being physically located inside dom.window.

rhz commented

I see. Thanks! :)