Bug Tracker

Modify

Ticket #4341 (closed bug: duplicate)

Opened 4 years ago

Last modified 4 years ago

XMLHttpRequest has async always set to true

Reported by: gigigan Owned by:
Priority: minor Milestone: 1.4
Component: build Version: 1.3.2
Keywords: XMLHttpRequest sync async Cc:
Blocking: Blocked by:

Description

On jquery/build/runtest/env.js line 574

if (async)

this.async = true;

should be

if (async === false)

this.async = false;

because the default value is true anyway

Change History

comment:1 Changed 4 years ago by dmethvin

  • Status changed from new to closed
  • Resolution set to duplicate

Duplicate of #2153 .

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.