• #dev 2022-05-04
  • Prev
    Next
  • #indieweb
  • #dev
  • #wordpress
  • #meta
  • #stream
  • #microformats
  • #known
  • #events
#dev ≡
  • ←
  • →
2022-05-04 UTC
# 18:21
cyborganicLion
Why cant I `import(remote-content-url)` from a javascript module? I can import at the top of a module using `import { * } as variable` but id like to programatically load remote content based on client variables, I am able to do this without wordpress in a browser envioronment but I receive a type error when I attempt to `import(remote-content-url)` within a wordpress envioronment.