GithubHelp home page GithubHelp logo

Comments (4)

jimhigson avatar jimhigson commented on June 18, 2024

Ah yes, this certainly worked in the past and looks like a bug. As a quick
workaround you could try loading the node version (although this requires
browserify) but should really be fixed.

Would you be able to make a PR? Should be fairly easy to find where window
is being used and make it optional. Off the top of my head, I imagine this
is the CORS code.
On Tue, 27 Jan 2015 at 15:50, ScreenDriver [email protected] wrote:

Is there a chance to use oboe in a HTML5 web worker? If I try to load use
it I get a

ReferenceError: window is not defined

because in web workers you can't access the window object. My JSON file is
extremely large so I can't process all this stuff in the GUI thread.


Reply to this email directly or view it on GitHub
#58.

from oboe.js.

screendriver avatar screendriver commented on June 18, 2024

Hmm I don't know how exactly I should fix it. Here you attach oboe the global window object. But in web workers there is no window object. How would you handle this? Would you make oboe as a global variable?

from oboe.js.

jimhigson avatar jimhigson commented on June 18, 2024

I suspect that the correct way would be (window|self).oboe = oboe; for that
line but I'm on my iPad now so I can't test that.

IIRC, that would work in a normal page or a worker thread.

Could you try and see if it works? If it does make a PR and I'll merge when
the tests pass on travis.

On Wednesday, January 28, 2015, ScreenDriver [email protected]
wrote:

Hmm I don't know how exactly I should fix it. Here
https://github.com/jimhigson/oboe.js/blob/master/src/wrapper.browser.js#L14
you attach oboe the global window object. But in web workers there is no
window object. How would you handle this? Would you make oboe as a global
variable?


Reply to this email directly or view it on GitHub
#58 (comment).

from oboe.js.

jimhigson avatar jimhigson commented on June 18, 2024

Fixed in v2.1.1

from oboe.js.

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.