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.

Typo in script tag at example

See original GitHub issue

at https://openlayers.org/en/latest/examples/vector-tiles-4326.html it says <script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=String.prototype.startsWith,Object.assign""></script> should change the doublequote at the end to appear once, not twice (now it has a double doublequote 😉

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
mike-000commented, Feb 10, 2021
1reaction
mike-000commented, Feb 2, 2021
    <script src="https://unpkg.com/elm-pep"></script>
    <script src="https://cdn.polyfill.io/v3/polyfill.min.js?features=fetch,requestAnimationFrame,Element.prototype.classList,URL,TextDecoder,Number.isInteger"></script>

should be sufficient for all supported browsers unless an example uses additional external resources (the polyfill for fetch includes Promise). Future version might use code needing these polyfills where currently not needed, so best include all instead of trying to filter by feature.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Including <script> tag in <script type="text/template"> tag
In JavaScript, for instance, / and \/ mean the same thing inside a string, so you can "<\/script>" . text/template isn't a standard...
Read more >
Frustrating Typos with JavaScript - Snook.ca
Frustrating Typos with JavaScript. Sometimes it's the small things that can frustrate you. A missing semi-colon, an extra comma.
Read more >
PAGE — TypoScript Reference main documentation
PAGE¶. This defines what is rendered in the frontend. PAGE is an object type. A good habit is to use page as the...
Read more >
Scripts in HTML documents - W3C
A client-side script is a program that may accompany an HTML document or be ... In this example, we declare the default scripting...
Read more >
Script Tags - VTScada
Example : The following module will perform a first order filter on the value of a given Analog Status tag. A first order...
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