Back to Whatsapp Web Js

whatsapp

docs/RemoteWebCache.html

1.34.7589 B
Original Source

new RemoteWebCache(options)

Parameters

NameTypeOptionalDescription

options

|

|

|

options

Values in options have the following properties:

NameTypeOptionalDescription

remotePath

|

|

|

Endpoint that should be used to fetch the version index. Use {version} as a placeholder for the version number.

| |

strict

|

|

|

If true, will throw an error if the requested version can't be fetched. If false, will resolve to the latest version. Defaults to false.

|

|