6a. Preloading Platform Web-Component in SPA
How to Preload
loadPlatform({
public_key: config.PAYENGINE_PUBLIC_KEY,
//lightweight: true // Optional
}).then((pe) => {
console.log('Platform initialized', pe);
});Understanding the lightweight Option
When to Use Each Mode
Mode
Use When...
Best Practices
Last updated