Re: WebCrypto namespace

DOM APIs don't really have namespaces. The closest approximation is the
fact that the SubtleCrypto interface provides the low-level interface, as
part of window.crypto.subtle.

Perhaps you had a different concept in mind? Note this is not a Constructor
pattern as seen in some non-DOM APIs (Most DOM APIs go in the global scope.)
On Mar 11, 2013 7:53 PM, "Jeffrey Walton" <noloader@gmail.com> wrote:

> Hi All,
>
> Will WebCrypto be going into its own namespace?
>
> It does not appear to be discussed at
> https://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html.
>
> Jeff
>
>

Received on Tuesday, 12 March 2013 03:00:51 UTC