browser icon indicating copy to clipboard operation
browser copied to clipboard

xhr: impossible to open relative URL

Open krichprollsch opened this issue 11 months ago • 1 comments

const req = new XMLHttpRequest();                                       
req.open('GET', 'index.html');
SyntaxError: TODO message

krichprollsch avatar Feb 28 '24 09:02 krichprollsch