mirror of
https://github.com/MercuryWorkshop/epoxy-tls.git
synced 2025-05-13 06:20:02 -04:00
remove web worker requirement
This commit is contained in:
parent
cf0b259eef
commit
e2b44da43a
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
Epoxy is an encrypted proxy for browser javascript. It allows you to make requests that bypass CORS without compromising security, by running SSL/TLS inside webassembly.
|
||||
|
||||
## Using the client
|
||||
Epoxy must be run from within a web worker and must be served with the [security headers needed for `SharedArrayBuffer`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer#security_requirements). Here is a simple usage example:
|
||||
Epoxy must be served with the [security headers needed for `SharedArrayBuffer`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer#security_requirements). Here is a simple usage example:
|
||||
```javascript
|
||||
import epoxy from "./epoxy-module-bundled.js";
|
||||
import ROOTS from "./pkg/certs-module.js";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue