diff options
author | Teddy Wing | 2021-02-27 18:54:54 +0100 |
---|---|---|
committer | Teddy Wing | 2021-02-27 18:54:54 +0100 |
commit | cbd9d28467f03569f464cbd0628fed73e4a6cd32 (patch) | |
tree | bf99595bc79a078ccb45ed64e8088724a5a95f01 /l/src/main.lisp | |
parent | 9f349ac9a02d3e0276bd45f25a9c61035a0bd3a5 (diff) | |
download | extreload-cbd9d28467f03569f464cbd0628fed73e4a6cd32.tar.bz2 |
Remove web extension and native messaging host
This code is superseded by the Common Lisp project that communicates via
the DevTools Protocol.
The `chrome.management` API's `setEnabled()` function just allowed me to
turn extensions off and on. It didn't reload the extensions.
The DevTools Protocol allows us to execute JavaScript in the context of
an extension's background page. This allows us to run
`chrome.runtime.reload()` in an extension's context, properly reloading
the extension.
Diffstat (limited to 'l/src/main.lisp')
0 files changed, 0 insertions, 0 deletions