#tinyjavascripttip You can handle breaking api changes in the frontend by using ‘Promise.any’

Promise.any([
currentAPI,
newAPI
]);

Comments