Learn how to initialize a Replit extension, establish a handshake with the Replit App, and manage event listeners using the init() method.
init()
method initializes the Extension, establishes a handshake with the Replit App, and adds an event listener to the window object. It takes as an argument an object containing optional parameters for the initialization process. It returns a function that removes the event listener added to the window object.
Property | Type |
---|
Property | Type |
---|---|
timeout? | number |
Property | Type |
---|---|
dispose | Function |
status | HandshakeStatus |