aboutsummaryrefslogtreecommitdiff
/**
 * This file is part of Haketilo.
 *
 * Function: Define an "enum" of message connection types.
 *
 * Copyright (C) 2021 Wojtek Kosior
 * Redistribution terms are gathered in the `copyright' file.
 */

/*
 * Those need to be strings so they can be used as 'name' parameter
 * to browser.runtime.connect()
 */

const CONNECTION_TYPE = {
    REMOTE_STORAGE : "0",
    PAGE_ACTIONS : "1",
    ACTIVITY_INFO : "2"
};

/*
 * EXPORTS_START
 * EXPORT CONNECTION_TYPE
 * EXPORTS_END
 */
='2018-03-02 13:53:15 +0100'>2018-03-02guix system: Check for the lack of modules in the initrd....Ludovic Courtès 2017-12-22mapped-devices: 'luks-device-mapping' checks its source device....Ludovic Courtès 2017-12-22mapped-devices: Add 'location' and 'check' fields....Ludovic Courtès 2017-09-11system: Introduce a disjoint UUID type....Ludovic Courtès 2017-06-07mapped-devices: Cope with delayed appearance of LUKS source....Mark H Weaver