ДВ
Size: a a a
ДВ
ДВ
IR
IS
IS
IS
АН
KS
MG
B
MG
К
M
IS
D
D
text/plain
, text/html
. Соответственно text/html
- содержит размер шрифта, цвета и прочее.document.addEventListener('paste', function(e) {
console.log("The Past is Happens");
console.log(e.clipboardData.types);
['text/plain','text/html'].forEach( format =>{
console.log(`Format: ${format}`);
console.log(e.clipboardData.getData(format));
});
});
M
text/plain
, text/html
. Соответственно text/html
- содержит размер шрифта, цвета и прочее.document.addEventListener('paste', function(e) {
console.log("The Past is Happens");
console.log(e.clipboardData.types);
['text/plain','text/html'].forEach( format =>{
console.log(`Format: ${format}`);
console.log(e.clipboardData.getData(format));
});
});
S
DP