Closed Bug 1438705 Opened 6 years ago Closed 6 years ago

IDBTransaction.objectStore is not a "property", it's a method of "IDBTransaction" object. It's on "Client-side-storage" module

Categories

(Developer Documentation Graveyard :: JavaScript, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: kakabeautha, Assigned: cmills)

Details

User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0
Build ID: 20180128191252

Steps to reproduce:

It's on javascript documentation in the "Client-side-storage" Module, I've just found.


Actual results:

"Access the object store using the IDBTransaction.objectStore property, saving it in the objectStore variable."


Expected results:

"Access the object store using the IDBTransaction.objectStore method, saving it in the objectStore variable."
Good spot! I've fixed it now.
Assignee: nobody → cmills
Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.