We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b58fd09 commit e76bc72Copy full SHA for e76bc72
source/includes/_methods.md
@@ -168,7 +168,7 @@ Field Name | Purpose | Field Format
168
const API = await APILoader.create(document.currentScript);
169
170
// This informs your script when the displayed list of vehicles has changed, or when a Vehicle Details Page has loaded.
171
- API.subscribe('vehicle-data-updated-v1', ev => {
+ API.subscribe('vehicle-data-updated-v1', async ev => {
172
173
// This obtains a list of VINs for the displayed vehicles.
174
const vins = await API.utils.getAttributeForVehicles('vin');
0 commit comments