https://discord.cloudflare.com logo
Join Discord
Powered by
# workers-discussions
  • w

    Walshy | Pages

    01/27/2021, 3:55 PM
    The workers status page is made with it IIRC
  • k

    KevH

    01/27/2021, 3:55 PM
    Trying the usual polyfils but with no luck at all
  • g

    Greg Brimble | Cloudflare Pages

    01/27/2021, 3:56 PM
    https://death-to-ie11.com/
  • k

    KevH

    01/27/2021, 3:56 PM
    haha, unfortunately I fall within the 4yrs 8mths time period due to corporate users etc
  • k

    KevH

    01/27/2021, 3:58 PM
    I was hoping someone would have come across the issue before and have a ready made solution 🙂
  • c

    Ceru ©

    01/27/2021, 3:58 PM
    you might be able to hack it
  • c

    Ceru ©

    01/27/2021, 3:58 PM
    a lot of these projects use something like Babel for the cross browser support
  • c

    Ceru ©

    01/27/2021, 3:59 PM
    maybe you can tell it to compile to IE11?
  • u

    617a7a

    01/27/2021, 3:59 PM
  • g

    Greg Brimble | Cloudflare Pages

    01/27/2021, 3:59 PM
    Is this you? https://github.com/flareact/flareact/discussions/107 I see you're trying to put in the polyfills, but it's affecting the Worker script itself. Not sure how easy it'll be, but you need to put the polyfills only in the stuff returned to the client, and leave the Workers script itself untouched.
  • k

    KevH

    01/27/2021, 4:00 PM
    yeah tried the usual techniques mentioned for react but makes things worse. I think its due to it being on a worker, were all the solutions are for standard node servers
  • k

    KevH

    01/27/2021, 4:01 PM
    yeah thats me. Tried the polyfill.io scripts but I don't think they are being loaded in time. React is loading first. I think. Not totally sure. Though about intercepting the response just before it leaves the worker and manually inserting it in the HTML. But sounds... hacky.
  • g

    Greg Brimble | Cloudflare Pages

    01/27/2021, 4:02 PM
    Maybe here? https://flareact.com/docs/custom-app-page But it's very possible it's too late then. I don't have IE11 to test with.
  • g

    Greg Brimble | Cloudflare Pages

    01/27/2021, 4:02 PM
    Oh, maybe even here? https://flareact.com/docs/custom-document-page
  • m

    Matt

    01/27/2021, 4:02 PM
    @User
  • g

    Greg Brimble | Cloudflare Pages

    01/27/2021, 4:03 PM
    Got'em
  • m

    Matt

    01/27/2021, 4:03 PM
    Oh cool didn't know y'all had mod access
  • k

    KevH

    01/27/2021, 4:04 PM
    yeah I have it on app page, using the head component to insert it for me.
  • u

    617a7a

    01/27/2021, 4:10 PM
    why isn't ecdsa key generation supported in the webcrypto library?
  • u

    617a7a

    01/27/2021, 4:13 PM
    it's supported in the subtlecrypto library but on the web crypto page, it's not supported https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto/generateKey#parameters
  • g

    Greg Brimble | Cloudflare Pages

    01/27/2021, 4:15 PM
    https://developers.cloudflare.com/workers/runtime-apis/web-crypto#supported-algorithms A message to "let us know your use case" if you need a currently unsupported algorithm 🙂
  • k

    kristian

    01/27/2021, 4:19 PM
    thanks, we're fixing internally
  • k

    kristian

    01/27/2021, 4:19 PM
    🙃
  • k

    kristian

    01/27/2021, 4:37 PM
    celebrating 1k members in here and announcing a live Q&A 😻 https://discord.com/channels/595317990191398933/802187271067140107/804027041778630676
  • t

    theGagne

    01/27/2021, 4:38 PM
    What would you want a "flareact" for vue to do? I've got some workers serving up vue without too much trouble.
  • c

    Ceru ©

    01/27/2021, 4:40 PM
    like, SSR would be great lmao
  • k

    KevH

    01/27/2021, 4:40 PM
    thats what I like about Flareact
  • c

    Ceru ©

    01/27/2021, 4:40 PM
    im thinking of reworking an entire platform but im trying to find the best solution
  • c

    Ceru ©

    01/27/2021, 4:41 PM
    people have made hacks to the vue SSR module but it seems pretty slow
  • u

    617a7a

    01/27/2021, 5:03 PM
    can't wait!!!
1...737475...2509Latest