1.0.4 • Published 12 months ago

@tecabel/frame-messages v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

@tecabel/frame-messages

This is a simple library to send and receive web messages in js and typescript projects

Usage

import {listenMessage , postMessage} from '@tecabel/frame-messages'

listenMessage<T>('http://localhost:3000',(value: T | null) => {
    // your code here
  })

postMessage('http://localhost:3000', messageContent: 'hi!')
1.0.4

12 months ago

1.0.3

12 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago