berstend̡̲̫̹̠̖͚͓̔̄̓̐̄͛̀͘
berstend̡̲̫̹̠̖͚͓̔̄̓̐̄͛̀͘
`Preferences > Keyboard shortcuts > "rest client send request" > [edit keyboard shortcut] > 🎉` 😄
I'm playing with the CDP protocol a little bit in this regard and got a rough prototype working (intercept implicitly created targets, attach scripts or modify headers and continue loading...
> I checked and if you call await newConn.send("Page.stopLoading") first thing in attachedToTarget it doesn't seem to be sending out requests double, so it's not too bad. That's good to...
Everyone who's interested in seeing this fixed: Please star this chromium bug reported by Niek, so the chromium devs know there's strong interest in getting this resolved - thanks! https://bugs.chromium.org/p/chromium/issues/detail?id=1070568
Would be useful as an optional info whenever `GraphQL Error`s are thrown.
Thanks for starting the discussion on packages 😄 (This is a more long form answer with context, as the project is new and it might be a good reference) Behind...
Thinking about it: Using a default configuration file mentioned in #2 in combo with package name specific extra permissions (defined in the default file) makes a lot of sense: We...
@simbados thanks for the feedback :) In my testing vanilla Node.js was accessing these files, though blocking them seemed to not break anything. I've whitelisted them for the time being...
Definitely! I mentioned the findings of my initial Linux research [in the readme](https://github.com/berstend/node-safe#other-platforms). We basically need to find a suitable sandbox implementation that we want to instrument with node-safe on...
Hey @davidbarratt - it's possible to do that, although a bit verbose (I might add a convenience wrapper for this in the future 😄) Here's a full example (Cloudflare Worker,...