Skip to content

Commit 932b24a

Browse files
freewilthebigredgeek
authored andcommitted
rm non-maintainted dist/ dir (#375)
1 parent cea345a commit 932b24a

File tree

2 files changed

+6
-503
lines changed

2 files changed

+6
-503
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,13 @@ debug('this is hex: %h', new Buffer('hello world'))
142142
```
143143

144144
## Browser support
145+
You can build a browser-ready script using [browserify](https://github.com/substack/node-browserify),
146+
or just use the [browserify-as-a-service](https://wzrd.in/) [build](https://wzrd.in/standalone/debug@latest),
147+
if you don't want to build it yourself.
145148

146-
Debug works in the browser as well, currently persisted by `localStorage`. Consider the situation shown below where you have `worker:a` and `worker:b`, and wish to debug both. You can enable this using `localStorage.debug`:
149+
Debug's enable state is currently persisted by `localStorage`.
150+
Consider the situation shown below where you have `worker:a` and `worker:b`,
151+
and wish to debug both. You can enable this using `localStorage.debug`:
147152

148153
```js
149154
localStorage.debug = 'worker:*'

0 commit comments

Comments
 (0)