1 2 3 4
// Mock navigator vendor Object.defineProperty(navigator, 'vendor', { get: () => 'Google Inc.' });