Decodes

Decodes an encoded URL.

Using default service.

const encodedURL = await chemical.encode("https://example.com")
await chemical.decode(encodedURL)

Decode with another service.

const encodedURL = await chemical.encode("https://example.com")
await chemical.decode(encodedURL, {
    service: "uv"
})

Config

PropertyValueDescription
serviceuv | scramjet | meteor | rammerheadChoose a proxy service.