Medical web site - B btoa() (Method) Whether it will do
B btoa() (Method) Whether it will do this is open to question as it could detract from its dominance of the operating system marketplace. This conflict of interests is potentially damaging for the end-user and the web developer. Right at this moment, there is a significant proportion of the feature set in MSIE that is not supported on platforms other than Windows. Granted, it is acceptable that COM and ActiveX cannot easily be provided on non-Windows platforms, but the CSS support should be identical, as should the integration with clipboards and other parts of the OS where it is possible. Netscape 6.0 has just been released in its final form as this is being written. The new version is so radically different as to classify it as being a different browser. Its internal document model follows the DOM specification very closely. Netscape had adhered to the DOM specified class names where Microsoft has not, even though it has constructed a DOM representative object model in the browser. Maybe Netscape can win back some proportion of the users it has lost to Microsoft in the last few years. However, there is still much to be done to correct some shortcomings in the released quality of the new Netscape browser. btoa() (Method) Used to encode some data into base-64 form. JavaScript 1.2 Availability: Netscape 4.0 Property/method value type: String primitive JavaScript syntax: Argument list: N btoa(aBinaryString) N myWindow.btoa(aBinaryString) aBinaryString A string of binary data to be encoded See also: Window.atob(), Window.btoa() Built-in function (Definition) Functions that are part of the core JavaScript implementation. Availability: ECMAScript edition 2 Built-in functions are implemented as Function objects.