Skip to content

Chrome timeout issue was fixed #119

@stokito

Description

@stokito

Hi, in background.js#L49 you have a comment

           // Timeout disabled and xhr set to async, since timeout isn't working (TODO: fix it)
	// Awaiting Chromium issue 105656: https://code.google.com/p/chromium/issues/detail?id=105656
	//xhr.timeout = 1000; // We wanna have a short timeout to avoid hanging the browser too long
	//var timer = setTimeout(function(xhr) { xhr.abort(); }, 1000, xhr);
	xhr.open('GET', 'https://'+domain+'/', true);

The mentioned issue now is marked as fixed, so it looks like you can uncomment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions