Skip to content

Commit df83ec5

Browse files
committed
Revert "refactor: apply suggestions from code review"
This reverts commit d1907bb.
1 parent 9a85ba1 commit df83ec5

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# @podium/browser
22

3-
This is a client-side library designed to send and receive messages inside a podium application.
3+
This is a client-side library designed to:
44

5-
Supports application running in a web browser or in a web view as part of a native application.
5+
- send and receive messages between different podlets in a layout.
6+
- send and receive messages between web and native in a webview.
67

78
## Usage
89

test/Bridge.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ tap.test('bridge.on() - should invoke subscribed messagebus listener', (t) => {
5555
);
5656
});
5757

58-
tap.test('bridge.unsubscribe() - should remove subscribed listener', (t) => {
58+
tap.test('unsubscribe() - should remove subscribed listener', (t) => {
5959
t.ok(
6060
globalThis.window['@podium'].bridge,
6161
'Expected the Podium bridge to be globally available',

0 commit comments

Comments
 (0)