Skip to content

Commit

Permalink
README typo
Browse files Browse the repository at this point in the history
  • Loading branch information
WebReflection committed Apr 14, 2024
1 parent 6c4dac5 commit a824fe0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,9 +305,9 @@ The [MITM](https://en.wikipedia.org/wiki/Man-in-the-middle_attack) utility puts

* DOM operations are not allowed with proxies
* `typeof` or `isArray` or anything else drilling the proxied type might reveal the proxy or fail
* references need to be proxied before others can consume these, as opposite of hook any extra feature/utility/observability without requiring 3rd party to change their reference to the real target
* references need to be proxied before others can consume these, as opposite of hooking any extra feature/utility/observability without requiring 3rd party to change their reference to the real target

Accordingly, the *MITM* export allows anything to have a proxy between its reference and its prototype, which requires extra careful handling, but it can summarized as such:
Accordingly, the *MITM* export allows anything to have a proxy between its reference and its prototype, which requires extra careful handling, but it can be summarized as such:

```js
import mitm from 'js-proxy/mitm';
Expand Down

0 comments on commit a824fe0

Please sign in to comment.