Paper Plane Netsuite Group
02/14/2020, 9:46 AMsetTimeout()
and setInterval()
methods on the SEO page generator because they might cause the SEO page generator to timeout." So it it advisable to exclude setTimeOut from seo or is it advisable to not use it at all.Steve Goldberg
02/14/2020, 10:22 AMSC.isPageGenerator
value is used to execute JavaScript either exclusively in a human user's browser or in a bot's browser. Depending on what your library does you may want to use it for that purpose (eg if it is just a visual enhancement, like a loading indicator, then you can prevent it from running in a bot's browser).Steve Goldberg
02/14/2020, 10:23 AMjQuery(document).ready(...)
or you can use a Backbone event to listen to, for example, the page layout or a specific child view has been rendered.Paper Plane Netsuite Group
02/14/2020, 10:26 AMSteve Goldberg
02/14/2020, 10:28 AMPaper Plane Netsuite Group
02/14/2020, 10:45 AMPaper Plane Netsuite Group
02/14/2020, 10:46 AM