question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Demo site always return empty ?

See original GitHub issue

The generated url: https://polyfill.io/v3/polyfill.js?version=3.52.1&features=Array.of%2Ces2016

Always returns:

/* Polyfill service v3.52.1
 * For detailed credits and licence information see https://github.com/financial-times/polyfill-service.
 * 
 * Features requested: Array.of,es2016
 *  */


/* No polyfills found for current settings */

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:10

github_iconTop GitHub Comments

2reactions
JakeChampioncommented, Apr 24, 2020

You can add the flags query parameter and set it to always load polyfills like this: https://polyfill.io/v3/polyfill.js?version=3.52.1&features=Array.of%2Ces2016&flags=always

0reactions
DanielRufcommented, Jun 5, 2020

Thanks but in our case we just needed single polyfills so we checked the checkboxes and wanted to copy the code. The library would require a full Node.js setup for a Java project. And as already mentioned, self-hosting the full solution is not an option either 😉

I guess I’ll create a fork with an option for always to enable the preview and display of all selected polyfills so users can copy them into their static files.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Puppeteer's page.evaluate() always returns empty object ...
In page.evaluate() argument, you can use a function expression that will be called or a string with a direct code that will be...
Read more >
getServerSideProps always returns empty object as props to ...
I have been trying to fetch some data using getServerSideProps and pass it as props to my page component but the props received...
Read more >
Blank, Coalesce, IsBlank, and IsEmpty functions in Power Apps
Tests the return value from the Blank function, which always returns a blank value. true. IsBlank( "" ), A string that contains no...
Read more >
Why test -n returns true even when a variable is empty? What ...
That's the one-argument version of test , which tests if that single argument is non-empty. The string -n is not empty, so the...
Read more >
Querying in rails returns empty when testing - Open Q&A
However - when I run Model.search the results returned are always empty. ... with: user.email expect(page).to have_content(user.first_name) end.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found