Demo site always return empty ?
See original GitHub issueThe 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:
- Created 3 years ago
- Comments:10
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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
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.