LibWeb/IDB: Comment out infinite loop while waiting for next PR

Since the steps needed to avoid this loop is quite long,
adding this as a fixme for the future will make this PR easier to review
This commit is contained in:
stelar7 2025-04-02 11:14:28 +02:00
parent 6646759569
commit 4b87e81402

View file

@ -545,7 +545,7 @@ void abort_a_transaction(GC::Ref<IDBTransaction> transaction, GC::Ptr<WebIDL::DO
request->set_result(JS::js_undefined());
// 4. Set requests processed flag to false.
request->set_processed(false);
// FIXME: request->set_processed(false);
// 5. Set requests done flag to false.
request->set_done(false);