[Bug 23358] New: A hook for objects that can enter a "dead" mode

https://www.w3.org/Bugs/Public/show_bug.cgi?id=23358

            Bug ID: 23358
           Summary: A hook for objects that can enter a "dead" mode
           Product: WebAppsWG
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: WebIDL
          Assignee: cam@mcc.id.au
          Reporter: ian@hixie.ch
        QA Contact: public-webapps-bugzilla@w3.org
                CC: mike@w3.org, public-script-coord@w3.org

I'd like a WebIDL attribute I can put on interfaces that says "anything on this
that gets called should throw if it is not [magic hook]" (where [magic hook]
would be "its Document is the active document of its Document's browsing
context" for the History interface, for instance). Right now I only have one
use case, but I have a feeling this will come up more often. For example, maybe
that would be a good way to handle objects that are neutered by the structure
cloning stuff.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Wednesday, 25 September 2013 23:20:08 UTC