Skip to content

Replacing deprecated chrome API

Bruno requested to merge pull/48/updating-deprecated-api into master

Created by: heychirag

Hi @Ceilican

The chrome.extension.sendRequest API has been deprecated and has been replaced by chrome.runtime.sendMessage.

This change involves patch to the following files:

  1. Source/background.js
  2. Source/BingMapsCarbonFootprint.js
  3. Source/GoogleMapsCarbonFootprint.js
  4. Source/OpenMapsCarbonFootprint.js

Thanks C

Merge request reports