Questions tagged [solid-js]

For questions related to the Solid Javascript framework (see solidjs.com)

Solid is a JavaScript library with built-in state management and fine grained reactivity for creating user interfaces.

It is a high performance alternative to React which compiles to real DOM nodes. It supports SSR, streaming and progressive hydration.

242 questions
-2
votes
3 answers

How to retrieve the title of a web page contained in an iframe?

I'm working on a solid-js application containing an iframe containing a website of my own design. The website contains links to pages of other domain names. I would like to know if it is possible for me to get the title of the current webpage…
gks
  • 191
  • 1
  • 4
  • 18
1 2 3
16
17