vue-resize icon indicating copy to clipboard operation
vue-resize copied to clipboard

GET "http://hostname/null" vue-resize.esm.js:73

Open arkhamvm opened this issue 6 years ago • 0 comments

Hi. Sometimes i see this error in console:

GET "http://mysitehostname/null" 404 (Not Found) vue-resize.esm.js:73
var object = document.createElement('object');
this._resizeObject = object;
object.setAttribute('aria-hidden', 'true'); // <---- line 73
object.setAttribute('tabindex', -1);
object.onload = this.addResizeHandlers;
object.type = 'text/html';

Chrome 75.0.3770.80 (x64, Linux)

arkhamvm avatar Jun 17 '19 06:06 arkhamvm