Closed pdokas closed 6 years ago
Lets you do:
let extras = new Set([ 'fnord', 'blorf' ]; flickr.people.getInfo({ extras: extras });
This follows the Array pattern and gets converted to a comma-separated string, thus guaranteeing unique values from start to finish.
Lets you do:
This follows the Array pattern and gets converted to a comma-separated string, thus guaranteeing unique values from start to finish.