Git Product home page Git Product logo

Comments (9)

GiordanoArman avatar GiordanoArman commented on May 18, 2024 1

@vdechef @mathe42 ok, then I will try to disable the sandbox when using the library within a web worker, thanks!

from docx-templates.

guigrpa avatar guigrpa commented on May 18, 2024

I'm no security expert, sorry… But your approach certainly looks interesting.

from docx-templates.

guigrpa avatar guigrpa commented on May 18, 2024

v3.0.0 might help you in this. The new hook for running JS may allow you to implement such a solution.

from docx-templates.

GiordanoArman avatar GiordanoArman commented on May 18, 2024

@guigrpa hi, I have tried using the library within a web worker but it complains that document is not present (of course it's present only in the main app context). Are there any polyfills to have this library work in a web worker? I would like to avoid an annoying 3 seconds screen freeze when a document is generated. Thanks!

from docx-templates.

vdechef avatar vdechef commented on May 18, 2024

@GiordanoArman I used to have it working in webworker. It was 2 years ago but it worked. I don't recall having to use dedicated polyfills.

from docx-templates.

mathe42 avatar mathe42 commented on May 18, 2024

The vm-Polyfill for browsers (included in the browser bundle) uses iframes to create a sandbox. When running in a worker this is not possible so you have to disable the sandbox. But with the workers you are isolated so you are in a sandbox so no Problems expected (in most cases)

from docx-templates.

mathe42 avatar mathe42 commented on May 18, 2024

Same as for Deno see https://github.com/guigrpa/docx-templates#deno-usage

from docx-templates.

GiordanoArman avatar GiordanoArman commented on May 18, 2024

maybe it could be helpful for other developers to mention explicitly in the docs that the sandbox needs to be disabled in order to use the library within a web worker?

from docx-templates.

jjhbw avatar jjhbw commented on May 18, 2024

@GiordanoArman good idea. Added a note on this. See c24690f

Let me know if I missed anything.

from docx-templates.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.