wasm-rquickjs 0.4.4

Tool for wrapping JavaScript modules as WebAssembly components using the QuickJS engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
Object.defineProperties(Response.prototype, {
    pauseNextBodyReadAfterReadyForTest: {
        value() {
            return httpNative.pauseNextBodyReadAfterReadyForTest(this.nativeResponse);
        },
    },
    takeRecoveredBodyReadBytesForTest: {
        value() {
            return httpNative.takeRecoveredBodyReadBytesForTest(this.nativeResponse);
        },
    },
});