I analyzed javascript codes in the chrome extension and noticed this in it.
require("name of required class/file/module") //Not sure whether it is class,file,module
Maybe this is because I'm new to programming or something like that, but I can't find the βrequireβ keyword in the link or javascript documentation. The import operation to import modules. I googled for a requirement for javascript, but all I can find is "require" for node.js, server side scripts using javascript. I am talking about the chrome extension / client side of the script. Does anyone have an idea about this?
source share