Skip to content

Commit

Permalink
Bug 745283 - Part 4: WebIDL binding for UDPSocket API. r+sr=smaug, r=…
Browse files Browse the repository at this point in the history
…khuey, r=baku
  • Loading branch information
schien committed Apr 14, 2014
1 parent f791a86 commit e20f3c8
Show file tree
Hide file tree
Showing 13 changed files with 1,438 additions and 0 deletions.
3 changes: 3 additions & 0 deletions b2g/app/b2g.js
Original file line number Diff line number Diff line change
Expand Up @@ -1013,3 +1013,6 @@ pref("services.mobileid.server.uri", "https://msisdn.services.mozilla.com");
#ifndef XP_WIN
pref("dom.mapped_arraybuffer.enabled", true);
#endif

// UDPSocket API
pref("dom.udpsocket.enabled", true);
Loading

0 comments on commit e20f3c8

Please sign in to comment.