This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
Specification: https://html.spec.whatwg.org/multipage/webappapis.html Multipage: https://html.spec.whatwg.org/multipage/#event-handler-attributes Complete: https://html.spec.whatwg.org/#event-handler-attributes Referrer: https://html.spec.whatwg.org/multipage/workers.html Comment: [TreatNonCallableAsNull] is now [TreatNonObjectAsNull] Posted from: 91.182.16.148 by ms2ger@gmail.com User agent: Mozilla/5.0 (X11; Linux x86_64; rv:34.0) Gecko/20100101 Firefox/34.0
Need to update workers/interfaces/DedicatedWorkerGlobalScope/onmessage.*
I only found three instances. Did I miss some?
Checked in as WHATWG revision r8879. Check-in comment: Update to match Web IDL https://html5.org/tools/web-apps-tracker?from=8878&to=8879
(In reply to Ms2ger from comment #1) > Need to update workers/interfaces/DedicatedWorkerGlobalScope/onmessage.* https://github.com/w3c/web-platform-tests/pull/1545 (In reply to Ian 'Hixie' Hickson from comment #2) > I only found three instances. Did I miss some? I suspect that's them all.
Oh I see, you meant comment 1 to be a reference to update a test, where / is a directory separator, not telling me to fix a bunch of things. Got it.