Internet Browser: Difference between revisions
Line 217: | Line 217: | ||
|- | |- | ||
| [5.0.0+] || 0x50000 | | [5.0.0+] || 0x50000 | ||
|- | |||
| [6.0.0+] || 0x60000 | |||
|} | |} | ||
Line 251: | Line 253: | ||
=== WebSession === | === WebSession === | ||
With [5.0.0+] sdk-nso added <code>nn::web::Session::</code>. WebApplet (Web shim title) doesn't seem to implement this, unknown if other titles do. | With [5.0.0+] sdk-nso added <code>nn::web::Session::</code>, however with [6.0.0+] this was removed. WebApplet (Web shim title) doesn't seem to implement this, unknown if other titles do. | ||
This is for sending/receiving [[#SessionMessage]]s via applet Interactive storage. | This is for sending/receiving [[#SessionMessage]]s via applet Interactive storage. |