Closed cryptix closed 3 months ago
query() now supports a few more calling conventions
query()
const q = window.goFuncs.query q("the.pizza.site", "AAA") q("the.pizza.site", {type: "AAA"}) q("the.pizza.site", {type: "AAA", dohurl: "doh.some.site"}) q({domain: "the.pizza.site", type: "AAA", dohurl: "doh.some.site"})
query()
now supports a few more calling conventions