<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic ES6 to javascript backwards compatible in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/ES6-to-javascript-backwards-compatible/m-p/558348#M17487</link>
    <description>&lt;P&gt;When trying to load the embedded report in the Chrome version 44, I met this issue&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;reportEmbed:104 Uncaught SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode&lt;BR /&gt;reportEmbed:257 Uncaught SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode&lt;BR /&gt;reportEmbed:478 Uncaught ReferenceError: uid is not defined&lt;BR /&gt;reportEmbed:488 Uncaught ReferenceError: powerbi is not defined&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;reportEmbed.min.js:1 ERROR ReferenceError: clusterUri is not defined&lt;BR /&gt;at Object.t [as createReportEmbedTelemetryHostService] (&lt;A href="https://app.powerbi.com/13.0.7149.169/scripts/reportembed.bundle.min.js:29:20684" target="_blank"&gt;https://app.powerbi.com/13.0.7149.169/scripts/reportembed.bundle.min.js:29:20684&lt;/A&gt;)&lt;BR /&gt;at Object.&amp;lt;anonymous&amp;gt; (&lt;A href="https://app.powerbi.com/13.0.7149.169/scripts/reportembed.bundle.min.js:28:5742" target="_blank"&gt;https://app.powerbi.com/13.0.7149.169/scripts/reportembed.bundle.min.js:28:5742&lt;/A&gt;)&lt;BR /&gt;at Object.invoke (&lt;A href="https://app.powerbi.com/13.0.7149.169/scripts/reportembed.externals.bundle.min.js:561:390" target="_blank"&gt;https://app.powerbi.com/13.0.7149.169/scripts/reportembed.externals.bundle.min.js:561:390&lt;/A&gt;)&lt;BR /&gt;at Object.$get (&lt;A href="https://app.powerbi.com/13.0.7149.169/scripts/reportembed.externals.bundle.min.js:559:3" target="_blank"&gt;https://app.powerbi.com/13.0.7149.169/scripts/reportembed.externals.bundle.min.js:559:3&lt;/A&gt;)&lt;BR /&gt;at Object.invoke (&lt;A href="https://app.powerbi.com/13.0.7149.169/scripts/reportembed.externals.bundle.min.js:561:390" target="_blank"&gt;https://app.powerbi.com/13.0.7149.169/scripts/reportembed.externals.bundle.min.js:561:390&lt;/A&gt;)&lt;BR /&gt;at &lt;A href="https://app.powerbi.com/13.0.7149.169/scripts/reportembed.externals.bundle.min.js:563:158" target="_blank"&gt;https://app.powerbi.com/13.0.7149.169/scripts/reportembed.externals.bundle.min.js:563:158&lt;/A&gt;&lt;BR /&gt;at d (&lt;A href="https://app.powerbi.com/13.0.7149.169/scripts/reportembed.externals.bundle.min.js:560:310" target="_blank"&gt;https://app.powerbi.com/13.0.7149.169/scripts/reportembed.externals.bundle.min.js:560:310&lt;/A&gt;)&lt;BR /&gt;at e (&lt;A href="https://app.powerbi.com/13.0.7149.169/scripts/reportembed.externals.bundle.min.js:561:39" target="_blank"&gt;https://app.powerbi.com/13.0.7149.169/scripts/reportembed.externals.bundle.min.js:561:39&lt;/A&gt;)&lt;BR /&gt;at Object.invoke (&lt;A href="https://app.powerbi.com/13.0.7149.169/scripts/reportembed.externals.bundle.min.js:561:124" target="_blank"&gt;https://app.powerbi.com/13.0.7149.169/scripts/reportembed.externals.bundle.min.js:561:124&lt;/A&gt;)&lt;BR /&gt;at &lt;A href="https://app.powerbi.com/13.0.7149.169/scripts/reportembed.externals.bundle.min.js:563:158J" target="_blank"&gt;https://app.powerbi.com/13.0.7149.169/scripts/reportembed.externals.bundle.min.js:563:158J&lt;/A&gt; @ reportEmbed.min.js:1&lt;BR /&gt;reportEmbed.min.js:1 ERROR Error: Uncaught (in promise): ReferenceError: clusterUri is not defined&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PowerBI web portal is using ES6 syntax in&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://app.powerbi.com/13.0.7149.169/scripts/reportembed.bundle.min.js" target="_blank"&gt;https://app.powerbi.com/13.0.7149.169/scripts/reportembed.bundle.min.js&lt;/A&gt;. And the browser does not support it yet. It causes the issue.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Do we have a configuration option to tell PowerBI server to load an&amp;nbsp;javascript backwards compatible version instead?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Any ideas? Thanks.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 01 Nov 2018 10:51:40 GMT</pubDate>
    <dc:creator>hungvuong1003</dc:creator>
    <dc:date>2018-11-01T10:51:40Z</dc:date>
    <item>
      <title>ES6 to javascript backwards compatible</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/ES6-to-javascript-backwards-compatible/m-p/558348#M17487</link>
      <description>&lt;P&gt;When trying to load the embedded report in the Chrome version 44, I met this issue&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;reportEmbed:104 Uncaught SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode&lt;BR /&gt;reportEmbed:257 Uncaught SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode&lt;BR /&gt;reportEmbed:478 Uncaught ReferenceError: uid is not defined&lt;BR /&gt;reportEmbed:488 Uncaught ReferenceError: powerbi is not defined&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;reportEmbed.min.js:1 ERROR ReferenceError: clusterUri is not defined&lt;BR /&gt;at Object.t [as createReportEmbedTelemetryHostService] (&lt;A href="https://app.powerbi.com/13.0.7149.169/scripts/reportembed.bundle.min.js:29:20684" target="_blank"&gt;https://app.powerbi.com/13.0.7149.169/scripts/reportembed.bundle.min.js:29:20684&lt;/A&gt;)&lt;BR /&gt;at Object.&amp;lt;anonymous&amp;gt; (&lt;A href="https://app.powerbi.com/13.0.7149.169/scripts/reportembed.bundle.min.js:28:5742" target="_blank"&gt;https://app.powerbi.com/13.0.7149.169/scripts/reportembed.bundle.min.js:28:5742&lt;/A&gt;)&lt;BR /&gt;at Object.invoke (&lt;A href="https://app.powerbi.com/13.0.7149.169/scripts/reportembed.externals.bundle.min.js:561:390" target="_blank"&gt;https://app.powerbi.com/13.0.7149.169/scripts/reportembed.externals.bundle.min.js:561:390&lt;/A&gt;)&lt;BR /&gt;at Object.$get (&lt;A href="https://app.powerbi.com/13.0.7149.169/scripts/reportembed.externals.bundle.min.js:559:3" target="_blank"&gt;https://app.powerbi.com/13.0.7149.169/scripts/reportembed.externals.bundle.min.js:559:3&lt;/A&gt;)&lt;BR /&gt;at Object.invoke (&lt;A href="https://app.powerbi.com/13.0.7149.169/scripts/reportembed.externals.bundle.min.js:561:390" target="_blank"&gt;https://app.powerbi.com/13.0.7149.169/scripts/reportembed.externals.bundle.min.js:561:390&lt;/A&gt;)&lt;BR /&gt;at &lt;A href="https://app.powerbi.com/13.0.7149.169/scripts/reportembed.externals.bundle.min.js:563:158" target="_blank"&gt;https://app.powerbi.com/13.0.7149.169/scripts/reportembed.externals.bundle.min.js:563:158&lt;/A&gt;&lt;BR /&gt;at d (&lt;A href="https://app.powerbi.com/13.0.7149.169/scripts/reportembed.externals.bundle.min.js:560:310" target="_blank"&gt;https://app.powerbi.com/13.0.7149.169/scripts/reportembed.externals.bundle.min.js:560:310&lt;/A&gt;)&lt;BR /&gt;at e (&lt;A href="https://app.powerbi.com/13.0.7149.169/scripts/reportembed.externals.bundle.min.js:561:39" target="_blank"&gt;https://app.powerbi.com/13.0.7149.169/scripts/reportembed.externals.bundle.min.js:561:39&lt;/A&gt;)&lt;BR /&gt;at Object.invoke (&lt;A href="https://app.powerbi.com/13.0.7149.169/scripts/reportembed.externals.bundle.min.js:561:124" target="_blank"&gt;https://app.powerbi.com/13.0.7149.169/scripts/reportembed.externals.bundle.min.js:561:124&lt;/A&gt;)&lt;BR /&gt;at &lt;A href="https://app.powerbi.com/13.0.7149.169/scripts/reportembed.externals.bundle.min.js:563:158J" target="_blank"&gt;https://app.powerbi.com/13.0.7149.169/scripts/reportembed.externals.bundle.min.js:563:158J&lt;/A&gt; @ reportEmbed.min.js:1&lt;BR /&gt;reportEmbed.min.js:1 ERROR Error: Uncaught (in promise): ReferenceError: clusterUri is not defined&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PowerBI web portal is using ES6 syntax in&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://app.powerbi.com/13.0.7149.169/scripts/reportembed.bundle.min.js" target="_blank"&gt;https://app.powerbi.com/13.0.7149.169/scripts/reportembed.bundle.min.js&lt;/A&gt;. And the browser does not support it yet. It causes the issue.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Do we have a configuration option to tell PowerBI server to load an&amp;nbsp;javascript backwards compatible version instead?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Any ideas? Thanks.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Nov 2018 10:51:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/ES6-to-javascript-backwards-compatible/m-p/558348#M17487</guid>
      <dc:creator>hungvuong1003</dc:creator>
      <dc:date>2018-11-01T10:51:40Z</dc:date>
    </item>
  </channel>
</rss>

