Technology Hardware, Storage & Peripherals Contracts & Agreements | Justia
Search Technology Hardware, Storage & Peripherals business contracts filed with the Securities and Exchange Commission.
CONTRACTS.JUSTIA.COM
Powered by the People!
.sync.get(['total', 'limit'], function(budget){
document.getElementById('total').textContent = budget.total;
document.getElementById('limit').textContent = budget.limit;
});
// Event Listeners
document.getElementById('spendAmount').addEventListener('click', function(){
// Get the value of the amount entered
var amount = document.getElementById('amount').value;
if (amount){
// Update the total in the budget object
chrome.storage.sync.get(['total', 'limit'], function(budget){
var newTotal = 0;
if (budget.total){
newTotal += parseInt(budget.total);
}
newTotal += parseInt(amount);
chrome.storage.sync.set({'total': newTotal}, function(){
// Update the UI to reflect changes in total
if (newTotal >= budget.limit){
var notificationOptions = {
type: 'basic',
iconUrl: 'icon48x48_warning_icon_clipart_png_image_thumb2_1024x1024-removebg-preview-1-removebg-preview-1-removebg-preview-1-removebg-preview-1-.png',
title: 'Limit Reached!',
message: "Uh oh! Looks like you've reached your limit!"
};
chrome.notifications.create('limitNotif', notificationOptions);
} else {
chrome
A cryogenic storage dewar is a type of vacuum flask used to store cryogens such as liquid nitrogen or liquid helium. It is also known as a cryogenic vessel. Cryogenic storage dewars are designed for the reliable and long-term storage of samples at very low temperatures. They are typically constructed of stainless steel, aluminum, or a combination of both materials and feature multilayer super insulation to minimize heat transfer into the stored material. They may also include additional features such as pressure relief valves, level gauges, and fill ports.
Password Copied!