Commit Graph

11 Commits

Author SHA1 Message Date
micah
18deb4d908 Add options including timeout option 2019-06-02 12:08:28 -04:00
Yiin
cf034506b0
Add default export
it's just somewhat annoyign to write `import * as rpc from 'rage-rpc';` every time you want to import whole package. You could import only the methods you use, but they by themselves does not exactly describe what they do (e.g. `register()` can mean a lot of things, while rpc.register is much easier to understand)
2019-04-03 02:57:55 +03:00
Yiin
d184fef3dd
Persist browserId between page reloads. 2019-03-17 20:54:45 +02:00
micah
0fc8eeae89 0.2.1 2019-03-09 17:29:34 -05:00
pavlov3317
48afea0bd1 handle quote escaping by stringifier instead manual handling 2019-03-09 17:33:55 +05:00
micah
ca36777813 Add browser to CEF->client callback info 2019-03-06 11:58:31 -05:00
micah
a1299c25b4 Fix single quotes in CEF events (#2) 2019-03-06 11:34:05 -05:00
micah
b1fd6fea4d Add hack to fix RAGE promise bug 2019-02-11 00:07:13 -05:00
Micah Allen
85e435ea1d Direct callBrowsers call to single browser instance 2019-01-12 13:06:59 -05:00
Micah Allen
92250e1f29 Increase outgoing CEF return performance 2019-01-11 00:40:38 -05:00
Micah Allen
94ffe6c474 Use Typescript 2019-01-10 18:57:44 -05:00