Western Digital RE WD3000FYYZ 3TB 3.5" Internal Hard Drive - SATA/600 - 7200 rpm - 64 MB Buffer
Specifications:
- Limited Warranty: 5 Year
- Manufacturer/Supplier: Western Digital Corporation
- Manufacturer Part Number: WD3000FYYZ
- Manufacturer Website Address: www.wdc.com
- Brand Name: Western Digital
- Product Line: RE
- Product Model: WD3000FYYZ
- Product Name: RE WD3000FYYZ Hard Drive
- Product Type: Hard Drive
- Storage Capacity: 3 TB
- Maximum External Data Transfer Rate: 768 MBps (6 Gbps)
- Rotational Speed: 7200 rpm
- Buffer: 64 MB
- Drive Interface: SATA/600
- SATA Pin: 7-pin
- Form Factor: Internal
- Drive Width: 3.5"
- Drive Height: 1/3H
- 0;
},
loadProductsFromServer() {
if (this.isLoading) {
return;
}
this.isLoading = true;
return fetch(this.ajaxData.url + '?' + this.buildQueryString(this.ajaxData.originalRequest), {
'headers': {
'content-type': 'application/x-www-form-urlencoded; charset=UTF-8',
},
'method': 'GET'
})
.then(response => response.json())
.then(data => {
if (!data.status) {
return;
}
this.products = Object.values(data.productList);
window.dispatchEvent(new CustomEvent('also-bough-products-loaded'));
})
.catch(function (error) {
typeof window.dispatchMessages !== 'undefined' && window.dispatchMessages(
[{
type: 'error',
text: error
}], 5000
);
}).finally(() => this.isLoading = false);
},
buildQueryString(params) {
const queryStringArray = [];
for (const key in params) {
if (params.hasOwnProperty(key)) {
const value = params[key];
if (Array.isArray(value)) {
value.forEach((item, index) => {
queryStringArray.push(this.buildQueryString({ [key + '[' + index + ']']: item }));
});
} else if (typeof value === 'object' && value !== null) {
queryStringArray.push(this.buildQueryString(value));
} else {
queryStringArray.push(`${encodeURIComponent(key)}=${encodeURIComponent(value)}`);
}
}
}
return queryStringArray.join('&');
}
}
}
Interactive carousel showing related products. Use navigation buttons or swipe to browse items.
Customers who bought this item also bought