1
0
Fork 0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-07-03 12:06:31 +02:00

Added test for blob, offscreen canvas and offscreen canvas in workers

This commit is contained in:
kkapsner 2020-05-19 10:48:08 +02:00
parent 7c2a4edde0
commit a79c4ec8c5
4 changed files with 119 additions and 7 deletions

View file

@ -2,8 +2,8 @@ const canvasAPI = {
draw: function draw(canvas){
"use strict";
canvas.setAttribute("width", 220);
canvas.setAttribute("height", 30);
canvas.width = 220;
canvas.height = 30;
const fingerprintText = "BrowserLeaks,com <canvas> 10";