This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 215345 - Completion for new HTML5 API
Summary: Completion for new HTML5 API
Status: NEW
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.2
Hardware: PC Linux
: P3 normal with 3 votes (vote)
Assignee: Martin Fousek
URL: http://dev.w3.org/html5/html4-differe...
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-10 10:32 UTC by Vladimir Riha
Modified: 2017-06-26 21:46 UTC (History)
3 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Riha 2012-07-10 10:32:34 UTC
There are a lot of new APIs in HTML5 (and some that are not part of HTML5 spec - i.e. WebStorage, Microdata etc.) that can be used in JavaScript.  Would be useful to have a code completion for them. Some of these APIs are already (at least somehow) adopted by browsers and used in real applications.

For (hopefully complete) list see
http://dev.w3.org/html5/html4-differences/#apis
Comment 1 Martin Fousek 2012-09-04 07:44:39 UTC
I'm writing list of API I found at least for evaluation to get as much complete list of APIs as possible:
- Selection
- Worker (WebWorker)
- WebSocket
- Database
- Appliacation Cache
- Geolocation
- Canvas
Comment 2 Martin Fousek 2012-09-04 07:47:26 UTC
Also from issue #215723:
- filereader
Comment 3 Vladimir Riha 2012-09-04 07:50:44 UTC
If I may, please include WebStorage and EventSource to the list :)