> On 27 Oct 2014, at 23:54, Mark Hahn <[email protected]> wrote: > > > explicitly designed in the way so you cannot do this > > I understand. I am unfortunately facing a pragmatic problem that could be > solved if a library could simulate a sync call with an async over-the-net > call. > > Maybe I should restate the immense task I'd like to tackle. I'd like to > implement node fs calls in the browser using the net to proxy to the server's > file system. This includes sync fs calls.
That's rough: you've only synchronous XHR to do that, and it's pretty restricted since all the new features of XHR aren't allowed in sync mode. What're you dealing with that uses sync calls? -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/676093CE-7DBC-4FE8-8F9C-25A0254E6C53%40nbtsc.org. For more options, visit https://groups.google.com/d/optout.
