[] this.execute(…params)); } delete executionQueueMap[key]; } catch (error) { console.error(error); } }, execute() { var [key, prop, param3, param4] = arguments; var message = subscriptionsMap[key][prop]; var cb = r => r; var args = []; if (typeof message !== ‘function’) { return message; } if (param3) { if (typeof param3 === ‘function’) { cb = param3; if (param4 && Array.isArray(param4)) { args = param4; } } else if (Array.isArray(param3)) { args = param3; } } return cb(message.apply(null, args)); }, __reset() { var clean = obj => Object.keys(obj).forEach(key => delete obj[key]); clean(subscriptionsMap); clean(executionQueueMap); }, hasSubscription(key) { return this.getSubscribedElements().indexOf(key) > -1; }, hasSubscribedFunction(key, functionName) { return this.getSubscribedFunctions(key).indexOf(functionName) > -1; }, uniqueFucntionsUnderSubscription(key, script) { const { __ace = () => ({}) } = window; let uniqueFunctions = {}; Object.keys(script).forEach(funcName => { if (subscriptionsMap[key][funcName]) { __ace(‘log’, ‘log’, [{ type: ‘warning’, initiator: ‘page’, message: ‘You are trying to subscribe the function ‘ + funcName + ‘ under the ‘ + key + ‘ namespace again. Use another name.’ }]); } else { uniqueFunctions[funcName] = script[funcName]; } }); return uniqueFunctions; }, addSubscription(key, script) { if (this.hasSubscription(key)) { const uniqueFunctions = this.uniqueFucntionsUnderSubscription(key, script); subscriptionsMap[key] = { …subscriptionsMap[key], …uniqueFunctions }; } else { subscriptionsMap[key] = script; } return subscriptionsMap; }, subscribe(key, script, force) { if (force) { subscriptionsMap[key] = script; return subscriptionsMap; } if (script && typeof script === ‘object’) { this.addSubscription(key, script); this.executeQueue(key); } else { throw new Error(‘Missing third parameter. You must provide an object.’); } return subscriptionsMap; }, globalMessaging() { var [spacename, prop, …tailArgs] = arguments; if (!spacename && !prop) { return this.getSubscribedElements(); } if (spacename && typeof spacename === ‘string’ && !prop) { return this.getSubscribedFunctions(spacename); } if (typeof spacename !== ‘string’ || typeof prop !== ‘string’) { throw new Error(‘First and second argument must be String types’); } if (!this.hasSubscribedFunction(spacename, prop)) { this.addToExecutionQueue(spacename, prop, …tailArgs); return undefined; } return this.execute(spacename, prop, …tailArgs); } }; window.__ace = gmsMethods.globalMessaging.bind(gmsMethods); window.__ace.subscribe = gmsMethods.subscribe.bind(gmsMethods); } globalMessagingService(); })();var pbjs = pbjs || {};pbjs.que = pbjs.que || [];var googletag = googletag || {};googletag.cmd = googletag.cmd || [];function _typeof(t){return(_typeof=”function”==typeof Symbol&&”symbol”==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&”function”==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?”symbol”:typeof t})(t)}!function(){for(var t,e,o=[],n=window,r=n;r;){try{if(r.frames.__tcfapiLocator){t=r;break}}catch(t){}if(r===n.top)break;r=n.parent}t||(function t(){var e=n.document,o=!!n.frames.__tcfapiLocator;if(!o)if(e.body){var r=e.createElement(“iframe”);r.style.cssText=”display:none”,r.name=”__tcfapiLocator”,e.body.appendChild(r)}else setTimeout(t,5);return!o}(),n.__tcfapi=function(){for(var t=arguments.length,n=new Array(t),r=0;r3&&2===parseInt(n[1],10)&&”boolean”==typeof n[3]&&(e=n[3],”function”==typeof n[2]&&n[2](“set”,!0)):”ping”===n[0]?”function”==typeof n[2]&&n[2]({gdprApplies:e,cmpLoaded:!1,cmpStatus:”stub”}):o.push(n)},n.addEventListener(“message”,(function(t){var e=”string”==typeof t.data,o={};if(e)try{o=JSON.parse(t.data)}catch(t){}else o=t.data;var n=”object”===_typeof(o)?o.__tcfapiCall:null;n&&window.__tcfapi(n.command,n.version,(function(o,r){var a={__tcfapiReturn:{returnValue:o,success:r,callId:n.callId}};t&&t.source&&t.source.postMessage&&t.source.postMessage(e?JSON.stringify(a):a,”*”)}),n.parameter)}),!1))}();(function () { var e = false; var c = window; var t = document; function r() { if (!c.frames[“__uspapiLocator”]) { if (t.body) { var a = t.body; var e = t.createElement(“iframe”); e.style.cssText = “display:none”; e.name = “__uspapiLocator”; a.appendChild(e) } else { setTimeout(r, 5) } } } r(); function p() { var a = arguments; __uspapi.a = __uspapi.a || []; if (!a.length) { return __uspapi.a } else if (a[0] === “ping”) { a[2]({ gdprAppliesGlobally: e, cmpLoaded: false }, true) } else { __uspapi.a.push([].slice.apply(a)) } } function l(t) { var r = typeof t.data === “string”; try { var a = r ? JSON.parse(t.data) : t.data; if (a.__cmpCall) { var n = a.__cmpCall; c.__uspapi(n.command, n.parameter, function (a, e) { var c = { __cmpReturn: { returnValue: a, success: e, callId: n.callId } }; t.source.postMessage(r ? JSON.stringify(c) : c, “*”) }) } } catch (a) { } } if (typeof __uspapi !== “function”) { c.__uspapi = p; __uspapi.msgHandler = l; c.addEventListener(“message”, l, false) } })();!function(e){var n={};function t(r){if(n[r])return n[r].exports;var o=n[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,t),o.l=!0,o.exports}t.m=e,t.c=n,t.d=function(e,n,r){t.o(e,n)||Object.defineProperty(e,n,{enumerable:!0,get:r})},t.r=function(e){“undefined”!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:”Module”}),Object.defineProperty(e,”__esModule”,{value:!0})},t.t=function(e,n){if(1&n&&(e=t(e)),8&n)return e;if(4&n&&”object”==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(t.r(r),Object.defineProperty(r,”default”,{enumerable:!0,value:e}),2&n&&”string”!=typeof e)for(var o in e)t.d(r,o,function(n){return e[n]}.bind(null,o));return r},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,”a”,n),n},t.o=function(e,n){return Object.prototype.hasOwnProperty.call(e,n)},t.p=”/”,t(t.s=0)}([function(e,n,t){“use strict”;t.r(n);var r=function(){var e=window.djcmp,n=void 0===e?{}:e;if(!n._params){var t=document.querySelector(“#djcmp”),r=t&&t.getAttribute(“data-params”);n._params=r&&JSON.parse(r)}return n._params||{}},o=”cookieFirst”,i=”cookieOnly”,u=”serviceOnly”,c=”tcfapiOnly”,p=”tcfapiFirst”,a=function(){return!(-1!==(document&&document.cookie||””).indexOf(“gdprApplies=false”))},f=function(){return window&&window.djcmp&&window.djcmp.tcData&&window.djcmp.tcData.gdprApplies},l=function(){var e=f();return”boolean”==typeof e?e:null},d=function(){return-1!==(document&&document.cookie||””).indexOf(“gdprApplies=”)?a():l()},s=function(){var e=f();return”boolean”==typeof e?e:a()},v=function(e,n){if(r().gdprApplies)return!0;switch(e){case i:return a();case u:return function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:function(){},n=r().geoServiceUrl;if(n){var t=””.concat(n,”/geolocation-services/gdpr”);fetch(t).then((function(e){return e.json()})).then((function(n){var t=n.applies;e(t)})).catch((function(){e(null)}))}else”function”==typeof e&&e(null)}(n);case c:return”function”==typeof n?function(e){var n=f();return”boolean”==typeof n?e(n):window.__tcfapi(“getTCData”,2,(function(n){var t=”boolean”!=typeof n.gdprApplies||n.gdprApplies;e(t)}))}(n):l();case o:return d();case p:default:return s()}},m=function(e){return!!r().ccpaApplies};!function(){var e=[];function n(){e.push(arguments)}window.djcmp||(n.gdprApplies=v,n.ccpaApplies=m,n.queue=e,window.djcmp=n)}()}]); ]]> 1 && arguments[1] !== undefined ? arguments[1] : {}; var _window = window, performance = _window.performance, __ace = _window.__ace; var isNewRelicEnabled = options.isNewRelicEnabled, justNewRelic = options.justNewRelic; if (!justNewRelic) { performance.mark(metricName); } if (!isNewRelicEnabled) { return; } __ace(‘ace’, ‘sendMetricToNewRelic’, [metricName]); }; __ace.subscribe(‘page’, { setPerfMark }); })(); ]]> 0 && arguments[0] !== undefined ? arguments[0] : moatReadyCallback; if (typeof callback === ‘function’) { window.moatYieldReady = callback; } else { throw new TypeError(‘moatYieldReady must be a function’); } }; setMoatReady(); })(); ]]>
{}, showPaywall: this.showPaywall, handleSwGEntitlement: this.handleSwGEntitlement(productID), allowedReferrers: this.getAllowedReferrers(), }); } (self.SWG = self.SWG || []).push((subscriptions) => { if ([‘subscriber’, ‘prosubscriber’].includes(window.utag_data.user_type)) { return; } const delayParam = parseInt(window.localStorage.getItem(‘swg-call-delay’), 10); if (delayParam && (delayParam > Date.now())) { return; } // If GaaMetering is initiated, it would initiate the subscriptions behind the scene // https://github.com/subscriptions-project/swg-js/blob/main/src/utils/gaa.js if (!this.hasInitGaaMetering) { subscriptions.init(productID); this.getEntitlements(subscriptions, productID); } }); }, getEntitlements(subscriptions, productId) { subscriptions.getEntitlements() .then(window.__googleEA?.handleSwGEntitlement(productId)) .catch((err) => { console.error(`[SWG Entitlements Failed]: ${err}`); }); }, getHandleLoginPromise() { return new Promise(() => { window.GaaMetering?.getLoginPromise() .then(() => { const LOGIN_URL = { WSJ: ‘www.wsj.com/client/login’, BOL: ‘www.barrons.com/client/login’, FN: ‘www.dowjones.com/client/login’, MW: ‘www.marketwatch.com/client/login’, MG: ‘www.dowjones.com/client/login’ }; const prefix = envGoogleEA === ‘prod’ ? ” : ‘int.’; const baseUrl = LOGIN_URL[window.utag_data.page_site_product]; const loginUrl = `https://${prefix}${baseUrl}`; const targetUrl = new URL(window.location.href); targetUrl.searchParams.set(‘isGaa’, true); window.location.href = `${loginUrl}?target=${encodeURIComponent(targetUrl)}`; }); }); }, getRegisterUserPromise() { return new Promise(() => { window.GaaMetering?.getGaaUserPromise() .then((credential) => { window.__googleEA?._registerUser(credential); }); }); }, showPaywall() { const SHOP_URL = { prod: { WSJ: ‘https://subscribe.wsj.com?target=’, BOL: ‘https://subscribe.barrons.com?target=’, FN: ‘https://partner.fnlondon.com/p/1140300052/eligibility?mod=subscribe-google-ea&targetURL=’, MW: ‘https://subscribe.marketwatch.com?target=’ }, dev: { WSJ: ‘https://subscribe.wsj.com?target=’, BOL: ‘https://subscribe.barrons.com?target=’, FN: ‘https://partner.s.dev.fnlondon.com/p/p_fnlondon/eligibility/?mod=subscribe-google-ea&targetURL=’, MW: ‘https://subscribe.marketwatch.com?target=’ } }; const product = window.utag_data.page_site_product; const targetUrl = new URL(window.location.href); targetUrl.searchParams.set(‘isGaa’, true); window.location.href = `${(SHOP_URL[envGoogleEA] || SHOP_URL.dev)[product]}${encodeURIComponent(targetUrl)}`; }, handleSwGEntitlement(productId) { return (entitlements) => { if (!entitlements || !Array.isArray(entitlements.entitlements) || !entitlements.entitlements.length) { window.localStorage.setItem(‘swg-call-delay’, Date.now() + (60 * 60 * 1000)); return; } let subscriptionToken; for (const entitlement of entitlements.entitlements) { if ((entitlement.source === ‘google’) && (entitlement.products.includes(productId))) { subscriptionToken = entitlement.subscriptionToken; } } if (!subscriptionToken) { return; } const isCxdjExist = window.setInterval(() => { if (window.cxdj?.meta?.topDomain && window.cxdj?.displaySwgScrim) { window.cxdj.displaySwgScrim(); clearInterval(isCxdjExist); } }, 100); }; }, getAllowedReferrers() { const PRODUCT_DOMAIN = { WSJ: ‘wsj.com’, BOL: ‘barrons.com’, FN: ‘fnlondon.com’, MW: ‘marketwatch.com’, MG: ‘mansionglobal.com’ }; const LOGIN_URL = { WSJ: ‘accounts.wsj.com’, BOL: ‘accounts.barrons.com’, FN: ‘accounts.dowjones.com’, MW: ‘accounts.marketwatch.com’, MG: ‘accounts.dowjones.com’ }; const SHOP_URL = { prod: { WSJ: ‘subscribe.wsj.com’, BOL: ‘subscribe.barrons.com’, FN: ‘partner.fnlondon.com’, MW: ‘subscribe.marketwatch.com’ }, dev: { WSJ: ‘subscribe.wsj.com’, BOL: ‘subscribe.barrons.com’, FN: ‘partner.s.dev.fnlondon.com’, MW: ‘subscribe.marketwatch.com’ } }; const product = window.utag_data.page_site_product; const productHostNamePrefix = envGoogleEA === ‘prod’ ? ” : ‘s.dev.’; const productHostName = `www.${productHostNamePrefix}${PRODUCT_DOMAIN[product]}`; return [productHostName, LOGIN_URL[product], `${(SHOP_URL[envGoogleEA] || SHOP_URL.dev)[product]}`]; }, _registerUser(credential) { const PRODUCT_DOMAIN = { WSJ: ‘wsj’, BOL: ‘barrons’, FN: ‘fnlondon’, MW: ‘marketwatch’, MG: ‘mansionglobal’ }; const EDITION_ID = { WSJ: ‘WSJ-EN_US’, BOL: ‘BARRONS-EN_US’, FN: ‘EFN-EN_US’, MW: ‘MARKETWATCH-EN_US’, MG: ‘MG-EN_US’ }; const REGISTRATION_SOURCE = { WSJ: ‘WSJ’, BOL: ‘BARRONS’, FN: ‘EFN’, MW: ‘MW’, MG: ‘MG’ }; const LOGIN_URL = { WSJ: ‘accounts.wsj.com/auth’, BOL: ‘accounts.barrons.com/auth’, FN: ‘accounts.dowjones.com/auth/fn’, MW: ‘accounts.marketwatch.com/auth’ }; const pageSiteProduct = window.utag_data.page_site_product; const registerUrlPrefix = envGoogleEA === ‘prod’ ? ” : ‘s.dev.’; const registerBasedUrl = `https://register.${registerUrlPrefix}${PRODUCT_DOMAIN[pageSiteProduct]}.com`; const registerEndpoint = `${registerBasedUrl}/api/createSocialConnectUser`; const loginUrlPrefix = envGoogleEA === ‘prod’ ? ” : ‘int.’; const loginBaseUrl = LOGIN_URL[pageSiteProduct]; const loginUrl = `https://${loginUrlPrefix}${loginBaseUrl}/google-login`; const targetUrl = new URL(window.location.href); targetUrl.searchParams.set(‘isGaa’, true); fetch(registerEndpoint, { method: ‘POST’, body: JSON.stringify({ id_token: credential?.credential, displayContextId: ‘SOCIAL_CONNECT’, returnUrl: window.location.href.split(‘?’)[0], editionId: `${EDITION_ID[pageSiteProduct]}`, registrationSource: `${REGISTRATION_SOURCE[pageSiteProduct]}` }), headers: { ‘content-type’: ‘application/json’, } }) .then((response) => { if (!response.ok) { console.error(‘GoogleEA: Social Connect Invalid Status Code’); return; } return response.json(); }) .then((userState) => { if (!userState) { console.error(‘GoogleEA: Social Connect No Data’); return; } window.location.href = `${loginUrl}?target=${encodeURIComponent(targetUrl)}`; }) .catch((err) => { console.error(`GoogleEA: Social Connect Err: ${err}`); }); } }; })() ]]> We’ve detected you are on Internet Explorer. For the best Barrons.com experience, please update to a modern browser. Summary Summary U.S Europe Asia FX Rates Futures ETFs Crypto Nvidia stock has been a beneficiary of the artificial intelligence craze, but it’s fair to ask if shares have come too, far, too fast. The answer might very well be yes.
Nvidia Stock Is Going Down Today. This Firm Sees a Big Drop Ahead. | Barron’s {“use strict”;var e,t,r={5763:(e,t,r)=>{r.d(t,{P_:()=>l,Mt:()=>g,C5:()=>s,DL:()=>v,OP:()=>T,lF:()=>D,Yu:()=>y,Dg:()=>h,CX:()=>c,GE:()=>b,sU:()=>_});var n=r(8632),i=r(9567);const o={beacon:n.ce.beacon,errorBeacon:n.ce.errorBeacon,licenseKey:void 0,applicationID:void 0,sa:void 0,queueTime:void 0,applicationTime:void 0,ttGuid:void 0,user:void 0,account:void 0,product:void 0,extra:void 0,jsAttributes:{},userAttributes:void 0,atts:void 0,transactionName:void 0,tNamePlain:void 0},a={};function s(e){if(!e)throw new Error(“All info objects require an agent identifier!”);if(!a[e])throw new Error(“Info for “.concat(e,” was never set”));return a[e]}function c(e,t){if(!e)throw new Error(“All info objects require an agent identifier!”);a[e]=(0,i.D)(t,o),(0,n.Qy)(e,a[e],”info”)}var u=r(7056);const d=()=>{const e={blockSelector:”[data-nr-block]”,maskInputOptions:{password:!0}};return{allow_bfcache:!0,privacy:{cookies_enabled:!0},ajax:{deny_list:void 0,enabled:!0,harvestTimeSeconds:10},distributed_tracing:{enabled:void 0,exclude_newrelic_header:void 0,cors_use_newrelic_header:void 0,cors_use_tracecontext_headers:void 0,allowed_origins:void 0},session:{domain:void 0,expiresMs:u.oD,inactiveMs:u.Hb},ssl:void 0,obfuscate:void 0,jserrors:{enabled:!0,harvestTimeSeconds:10},metrics:{enabled:!0},page_action:{enabled:!0,harvestTimeSeconds:30},page_view_event:{enabled:!0},page_view_timing:{enabled:!0,harvestTimeSeconds:30,long_task:!1},session_trace:{enabled:!0,harvestTimeSeconds:10},harvest:{tooManyRequestsDelay:60},session_replay:{enabled:!1,harvestTimeSeconds:60,sampleRate:.1,errorSampleRate:.1,maskTextSelector:”*”,maskAllInputs:!0,get blockClass(){return”nr-block”},get ignoreClass(){return”nr-ignore”},get maskTextClass(){return”nr-mask”},get blockSelector(){return e.blockSelector},set blockSelector(t){e.blockSelector+=”,”.concat(t)},get maskInputOptions(){return e.maskInputOptions},set maskInputOptions(t){e.maskInputOptions={…t,password:!0}}},spa:{enabled:!0,harvestTimeSeconds:10}}},f={};function l(e){if(!e)throw new Error(“All configuration objects require an agent identifier!”);if(!f[e])throw new Error(“Configuration for “.concat(e,” was never set”));return f[e]}function h(e,t){if(!e)throw new Error(“All configuration objects require an agent identifier!”);f[e]=(0,i.D)(t,d()),(0,n.Qy)(e,f[e],”config”)}function g(e,t){if(!e)throw new Error(“All configuration objects require an agent identifier!”);var r=l(e);if(r){for(var n=t.split(“.”),i=0;i{r.d(t,{D:()=>i});var n=r(50);function i(e,t){try{if(!e||”object”!=typeof e)return(0,n.Z)(“Setting a Configurable requires an object as input”);if(!t||”object”!=typeof t)return(0,n.Z)(“Setting a Configurable requires a model to set its initial properties”);const r=Object.create(Object.getPrototypeOf(t),Object.getOwnPropertyDescriptors(t)),o=0===Object.keys(r).length?e:r;for(let a in o)if(void 0!==e[a])try{“object”==typeof e[a]&&”object”==typeof t[a]?r[a]=i(e[a],t[a]):r[a]=e[a]}catch(e){(0,n.Z)(“An error occurred while setting a property of a Configurable”,e)}return r}catch(e){(0,n.Z)(“An error occured while setting a Configurable”,e)}}},6818:(e,t,r)=>{r.d(t,{Re:()=>i,gF:()=>o,q4:()=>n});const n=”1.236.0″,i=”PROD”,o=”CDN”},385:(e,t,r)=>{r.d(t,{FN:()=>a,IF:()=>u,Nk:()=>f,Tt:()=>s,_A:()=>o,il:()=>n,pL:()=>c,v6:()=>i,w1:()=>d});const n=”undefined”!=typeof window&&!!window.document,i=”undefined”!=typeof WorkerGlobalScope&&(“undefined”!=typeof self&&self instanceof WorkerGlobalScope&&self.navigator instanceof WorkerNavigator||”undefined”!=typeof globalThis&&globalThis instanceof WorkerGlobalScope&&globalThis.navigator instanceof WorkerNavigator),o=n?window:”undefined”!=typeof WorkerGlobalScope&&(“undefined”!=typeof self&&self instanceof WorkerGlobalScope&&self||”undefined”!=typeof globalThis&&globalThis instanceof WorkerGlobalScope&&globalThis),a=””+o?.location,s=/iPad|iPhone|iPod/.test(navigator.userAgent),c=s&&”undefined”==typeof SharedWorker,u=(()=>{const e=navigator.userAgent.match(/Firefox[/s](d+.d+)/);return Array.isArray(e)&&e.length>=2?+e[1]:0})(),d=Boolean(n&&window.document.documentMode),f=!!navigator.sendBeacon},1117:(e,t,r)=>{r.d(t,{w:()=>o});var n=r(50);const i={agentIdentifier:””,ee:void 0};class o{constructor(e){try{if(“object”!=typeof e)return(0,n.Z)(“shared context requires an object as input”);this.sharedContext={},Object.assign(this.sharedContext,i),Object.entries(e).forEach((e=>{let[t,r]=e;Object.keys(i).includes(t)&&(this.sharedContext[t]=r)}))}catch(e){(0,n.Z)(“An error occured while setting SharedContext”,e)}}}},8e3:(e,t,r)=>{r.d(t,{L:()=>d,R:()=>c});var n=r(2177),i=r(1284),o=r(4322),a=r(3325);const s={};function c(e,t){const r={staged:!1,priority:a.p[t]||0};u(e),s[e].get(t)||s[e].set(t,r)}function u(e){e&&(s[e]||(s[e]=new Map))}function d(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:””,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:”feature”;if(u(e),!e||!s[e].get(t))return a(t);s[e].get(t).staged=!0;const r=[…s[e]];function a(t){const r=e?n.ee.get(e):n.ee,a=o.X.handlers;if(r.backlog&&a){var s=r.backlog[t],c=a[t];if(c){for(var u=0;s&&u{let[t,r]=e;return r.staged}))&&(r.sort(((e,t)=>e[1].priority-t[1].priority)),r.forEach((e=>{let[t]=e;a(t)})))}function f(e,t){var r=e[1];(0,i.D)(t[r],(function(t,r){var n=e[0];if(r[0]===n){var i=r[1],o=e[3],a=e[2];i.apply(o,a)}}))}},2177:(e,t,r)=>{r.d(t,{c:()=>f,ee:()=>u});var n=r(8632),i=r(2210),o=r(1284),a=r(5763),s=”nr@context”;let c=(0,n.fP)();var u;function d(){}function f(e){return(0,i.X)(e,s,l)}function l(){return new d}function h(){u.aborted=!0,u.backlog={}}c.ee?u=c.ee:(u=function e(t,r){var n={},c={},f={},g=!1;try{g=16===r.length&&(0,a.OP)(r).isolatedBacklog}catch(e){}var p={on:b,addEventListener:b,removeEventListener:y,emit:v,get:x,listeners:w,context:m,buffer:A,abort:h,aborted:!1,isBuffering:E,debugId:r,backlog:g?{}:t&&”object”==typeof t.backlog?t.backlog:{}};return p;function m(e){return e&&e instanceof d?e:e?(0,i.X)(e,s,l):l()}function v(e,r,n,i,o){if(!1!==o&&(o=!0),!u.aborted||i){t&&o&&t.emit(e,r,n);for(var a=m(n),s=w(e),d=s.length,f=0;f
{ const sc = document.createElement(‘script’); sc.type = ‘text/javascript’; sc.async = true; sc.src = ‘https://www.dianomi.com/js/contextfeed.js’; sc.charset = ‘utf-8’; const s = document.getElementsByTagName(‘script’)[0]; s.parentNode.insertBefore(sc, s); sc.onload = function() { if(typeof dianomiReloadContext !== ‘undefined’) { dianomiReloadContext(); } } } const addDianomiDisabledStyles = () => { // If Dianomi is disabled by user, add ‘generic’ style hiding anything // with a j-dianomi-content class. Allows for cleanup of things like headers // on bottom of home/section pages and borders on MoreHeadlines of quote page const css = ‘.j-dianomi-content { display: none !important; }’; const styleEl = document.createElement(‘style’); styleEl.type = ‘text/css’; styleEl.appendChild(document.createTextNode(css)); document.head.appendChild(styleEl); } const checkDianomiVendor = () => { if (typeof __ace !== ‘undefined’) { // To get Dianomi Vendor Id (or any vendor Id) do following from Console of Marketwatch.com // console.table(__ace(‘djcmp’, ‘getAllVendors’, [])) __ace(‘djcmp’, ‘customVendorIsEnabled’, [‘5fdc7a2fa2286360b24ef388’, (isVendorEnabled) => { if (isVendorEnabled) { loadDianomiScript(); } else { addDianomiDisabledStyles(); } }]); } } // Wait for CMP to finish loading before checking if Dianomi is disabled if (typeof __ace !== ‘undefined’) { __ace(‘djcmp’, ‘executeOnCmpReady’, [{ cb: checkDianomiVendor }]); } }()); ]]>
Nvidia Stock Could Be Headed for a Fall. One Firm Explains Why.
Nvidia stock has been a beneficiary of the artificial intelligence craze, but it’s fair to ask if shares have come too, far, too fast.
An error has occurred, please try again later.
Thank you
This article has been sent to