Open main menu
Home
Random
Log in
Settings
About MozillaWiki
MozillaWiki
Search
WebAPI/FileHandleAPI: Difference between revisions
Page
Discussion
← Older edit
Newer edit →
WebAPI/FileHandleAPI
(view source)
Revision as of 05:42, 16 June 2012
13 bytes removed
,
16 June 2012
→Atomic increment of a counter somewhere in the file
Revision as of 05:40, 16 June 2012
(
view source
)
Janv
(
talk
|
contribs
)
(
→Storing a snapshot of the file
)
← Older edit
Revision as of 05:42, 16 June 2012
(
view source
)
Janv
(
talk
|
contribs
)
(
→Atomic increment of a counter somewhere in the file
)
Newer edit →
Line 135:
Line 135:
view[0] = view[0] + 1;
view[0] = view[0] + 1;
lockedFile.location = 123;
lockedFile.location = 123;
lockedFile.write(
value.toUpperCase()
);
lockedFile.write(
buffer
);
}
}
Janv
Confirmed users
58
edits