Jed Schmidt

Results 37 comments of Jed Schmidt

good point, @jspilman. i'm a little queasy about bloating the scope of the .sig cookie with this much state, to be honest. perhaps we'd be better of with opt-in defaults...

ah, my bad. @stuartf is now an owner on npm, and i'll push a release now.

if anyone here would like me to migrate this to your github namespace, i'm happy to do so!

Another example is to defer permission requests until needed. For example, an IDE that: 1. pre-populates the OPFS with a folder containing project scaffolding (`src`, `lib`, `package.json`, et al), 1....

Hey there @gnestor, thanks for the issue! The problem appears to be that you are using JSX, which unfortunately, is not valid JavaScript.

I would love to add support for symbols soon, but can't imagine this will work, for it would assume that React doesn't use any closures (which means that not even...

@gnestor: that's exactly right. lave works by crawling every property of a given object, and since closures are not properties, they cannot be crawled.

that looks like a very different beast. i'll leave this open in case anyone wants to tackle it, but it'd be an entirely different implementation.

(would probably be more productive for [Firefox to support scripting](https://bugzilla.mozilla.org/show_bug.cgi?id=5704))

@ObsidianMinor, FWIW you don't need to instantiate crypto keys yourself; [workerd supports them as first-class resources](https://github.com/cloudflare/workerd/blob/main/src/workerd/server/workerd.capnp#L371).