Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Clarify noConflict behavior #241

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,8 @@ This is useful if you embed your code on the page and cannot guarantee that it d

It also takes a single argument, a string representation of the namespace. We need it to get access to the instance in the parent window (when using SameOriginTransport).

Note that the namespace must be changed on both the client and producer side or it will not work.

Example:

```javascript
Expand Down