SonickSeven
SonickSeven
> I solved it by adding an index.js and call main.js in it as the [esm package home](https://www.npmjs.com/package/esm). hey do you can explain me how did you make it? I...
try install it **sudo apt-get install libgconf-2-4** (debian, ubuntu)
> Yes, just create `slimerjs/lib/slimer/defaults/preferences/prefs.js` file in slimerjs directory and add: > > ```js > pref("javascript.options.strict", false); // Show JS errors only. > ``` i was searching this path a...
> > Yes, just create `slimerjs/lib/slimer/defaults/preferences/prefs.js` file in slimerjs directory and add: > > ```js > > pref("javascript.options.strict", false); // Show JS errors only. > > ``` > > i...
Use like this: ```typescript import { RouterContext } from 'https://deno.land/x/[email protected]/mod.ts'; const adapter => (controller: Controller) => (context: RouterContext) => {} ``` It works for me :)
`import socketIo from 'https://cdn.skypack.dev/socket.io';`  `import shapefile from 'https://unpkg.com/[email protected]/dist/shapefile.js?module';`  And continue, are multiple packages and sometimes show error of "module.export undefined"
But only works with tag A and I could't see how use that with JS, if you know that please show me one example 🙏
> Yeah it's currently limited to anchor tags and forms. There currently is no API to access it from JS. > > Re-opening because a question turned into a feature...
me too, i thought that it was for fs.write() but i reviewed all my fs.write() and all them have theirs respective callback
So, how connect from client with server?