issues Search Results · repo:browserify/node-util language:JavaScript
Filter by
43 results
(81 ms)43 results
inbrowserify/node-util (press backspace or delete to remove)callbacks.push(cb); 689 _global.postMessage(token, * ); 690 } 691 })(axios@${Math.random()}, []) : (cb) =
setTimeout(cb); 692 })( 693 typeof setImmediate === function , 694 isFunction(_global.postMessage) ...
project-home-l
- 2
- Opened on Jan 20
- #84
util.TextEncoder and util.TextDecoder are missing. Any chance for including this?
ecofi
- 3
- Opened on Mar 13, 2024
- #82
image
my pachage.json:
devDependencies : {
@playwright/test : ^1.30.0 ,
@sveltejs/adapter-auto : ^1.0.2 ,
@sveltejs/adapter-netlify : ^1.0.0-next.88 ,
@sveltejs/kit : ^1.3.10 ,
@typescript-eslint/eslint-plugin ...
Cainuriel
- 2
- Opened on Sep 11, 2023
- #81
the line below refs to inherits() from inherits module, but inherits module reference back to util module by checking
the implementation on util module first, causing the first require( inherits ) to returns ...
normanzb
- 6
- Opened on Jul 12, 2023
- #80
b/c inherit is discouraged could you give the ppl a warning for using it so ppl will update?
Usage of util.inherits() is discouraged. Please use the ES6 class and extends keywords to get language level ...
jimmywarting
- 2
- Opened on Aug 1, 2022
- #78
This code will fail if process or process.env does not exist:
https://github.com/browserify/node-util/blob/6b828255a7f407efcd7e4d2c54ddb43256e491fb/util.js#L109-L110
We ran into this with vite.js 2.8.x ...
ghost
- 6
- Opened on Aug 1, 2022
- #77
when i build use rollup, i find my project dist have a error about exports.isBuffer = require( ./support/isBuffer ); my
dist don t have this files (/support/isBuffer image )
question
wbhAvivahc
- 2
- Opened on Jun 30, 2022
- #76
I have an ejected CRA with a custom webpack loader. I use swc-loader instead of babel-loader for faster compile time.
Actually, I add @walletconnect/web3-provider into my app. I got an error to include ...
achmadk
- 1
- Opened on Jun 20, 2022
- #75
Hi,
As per my understanding, when using webpack ^5.0.0 version, we need to install utils manually and include it in
fallback. Like this
module.exports = {
devtool: source-map ,
entry: entries,
...
Ankur-Marwaha
- 1
- Opened on Jun 17, 2022
- #74
As stated in documentation at https://npmjs.com/package/tmp-promise
Asynchronous file creation
import { file } from tmp-promise
(async () = {
const {fd, path, cleanup} = await file();
// work ...
jasonkhanlar
- 3
- Opened on Mar 23, 2022
- #70

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.